Oracle apps R12 file paths
Oracle apps R12 file paths:
1. $FND_TOP/admin/template/custom/orion_web_xml_1013.tmp
2. $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/orion-application.xml.
3. $INST_TOP/appl/admin/ojspCompile.properties.
4) $INST_TOP/ora/10.1.3/j2ee/oacore/application-deployments/oacore/html/orion-web.xml
Log file paths:
IBE logs: $INST_TOP/logs/ora/10.1.3/j2ee/oacore/IBE*.log
Internal Server Logs:$INST_TOP/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1/application.log
System.out.println logs: $INST_TOP//logs/ora/10.1.3/opmn/oacore_default_group_1
How to get current session Login user details in iStore Jsp pages:
BigDecimal partyId = RequestCtx.getPartyId();
BigDecimal currAccountId = RequestCtx.getAccountId();
BigDecimal userId=RequestCtx.getUserId();
1. $FND_TOP/admin/template/custom/orion_web_xml_1013.tmp
2. $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/orion-application.xml.
3. $INST_TOP/appl/admin/ojspCompile.properties.
4) $INST_TOP/ora/10.1.3/j2ee/oacore/application-deployments/oacore/html/orion-web.xml
Log file paths:
IBE logs: $INST_TOP/logs/ora/10.1.3/j2ee/oacore/IBE*.log
Internal Server Logs:$INST_TOP/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1/application.log
System.out.println logs: $INST_TOP//logs/ora/10.1.3/opmn/oacore_default_group_1
How to get current session Login user details in iStore Jsp pages:
BigDecimal partyId = RequestCtx.getPartyId();
BigDecimal currAccountId = RequestCtx.getAccountId();
BigDecimal userId=RequestCtx.getUserId();
No comments:
Post a Comment