Skip to main content

Posts

Showing posts from April, 2010

Oracle eBusiness Suite Electronic Technical Reference Manual

Oracle eBusiness Suite Electronic Technical Reference Manual - eTRM eTRM was developed to publish technical reference information for products in the eBusiness Suite What information will I find in the eTRM? The eTRM shows you a web-based view of the Oracle Applications data model. It provides access to schema object definitions and descriptions.
Multi Org Access Control (MOAC) in Oracle Purchasing From Release 12 the Multi-Org Access Control feature, will enable users to access data in one or more Operating Units from a single responsibility. This feature allows users in a shared services environment to access/transact data within several operating units from a single responsibility at the same time restricting access to other users through a security policy. This allows flexibility and convenience for shared service users. At same time you can prevent access to data from users who are not authorized to access this information. For Further Information:- View Multi Org Access Control (MOAC) in Oracle Purchasing [ID 397362.1]

Purchasing Approval hierarchy

Position Approval hierarchy Position Hierarchies are hierarchies that have a position relationship. You must set up both jobs and positions. By position, we mean position that are attached to employees. Purchasing utilizes positions as a roadmap to determine how and where documents will be routed once the approval process has been initiated. It is first necessary to have created all positions that are going to be used in the system. Once all positions have been created, it is necessary to build the position hierarchy. Each position has approval limits, so when a purchase order exceeds the limits of the position, the purchase order is forwarded onto the next position in the Hierarchy. Employee/Supervisor approval hierarchy Employee/Supervisor approval hierarchy uses the employee-supervisor relationships. To implement this form of approval routing, you need only to define jobs. The job will then serve as the tie to the Approval group, and based on the approval lim...

Shortcut Keys in Oracle EBS

F4 -----> Exit F5 -----> Clear Field F6 ----->Clear Record F7 ----->Clear Block F8-----> Clear Form F11-----> Query Enter Ctrl + S-----> Commit/Save Ctrl + L-----> List of Values Ctrl + F11-----> Execute Query Ctrl + E-----> Edit Ctrl + Up ----->Delete Record Ctrl + Down ----->Insert Record Ctrl + P ----->Print Ctrl + U-----> Update Record Ctrl + B ----->Block Menu Ctrl + K ----->Display list of Keys Shift + F5 ----->Duplicate Field Shift + F6-----> Duplicate Record Shift + F8 ----->Next Set of Records (Same as Page Down) Shift + PageDown ----->Next Block Shift +PageUP-----> Previous Block Shift + Tab-----> Previous Field Shift + PageUp-----> Previous Block Shift + Ctrl + E-----> Display Error Page Down-----> Scroll Down (Same as Shift + F8) PageUp -----> Scroll Up Tab -----> Next Field Down Arrow-----> Next Record Up Arrow-----> Previous Record Return-----> Return

Oracle Apps R12 File System

R12 Oracle E-Business Suite file system Oracle Applications Release 12 release came up with the new file system model i.e. segregation of Code, Data and Configurations to have easy maintenance and to avert NFS mount issues on shared Application tier configuration systems. Also Autoconfig will not write anything in APPL_TOP, COMMON_TOP area in R12. All instance specific configurations, log files are written in INST_TOP area. Instance Home provides the ability to share Applications and technology stack code among multiple instances. The major changes in this release are : On Middle Tier • Application Server version 1.0.2.2.2 is changed by 10g Application Server i.e. 10.1.3.X • mod_jserv is replaced by mod_oc4j • Apache which is part of Application Server mentioned above is changed from version 1.3.19 to 1.3.34 • Long running Forms & Reports Version 6i (8.0.6) are replaced by Forms & Reports Version 10g i.e. 10.1.2.X • Java/ JDK version 1.3.X or 1.4.X will be replaced by JDK 1.5...