Posted in OA Framework on May 29, 2009 | Leave a Comment »
If we want to call any method of Application Module from Controller class in OA Framework there are two ways to achieve this:
Using invokeMethod: invokeMethod is the method of OAApplicationModule class it takes three parameters:
Method Name- Data Type String
Parameters(Optional)- array of type Serializable
paramTypes(Optional)- array of datatypes, one to one mapping with parameters.
 Example:
 OAApplicationModule am = pageContext.getApplicationModule(webBean);
Boolean [...]
Read Full Post »
In Release 12, the architecture of multi-org and the way in which data is partitioned by operating unit has changed significantly. As a result the ways in which data are stored and accessed has changed.
In Previous Releases data was restricted to a single operating unit using views which striped base table data based on the [...]
Read Full Post »
How to setup and check MO/MOAC setup in APPS instance at R12 Level
Ebusiness Suite started using this feature at R12 level
MOAC (Multi-Organization Access Control)
A) How To Setup MO / MOAC Setup In APPS Instance At R12 Level ?
B) What Are The Defaulting Rules Between Different Profile Options
C) How To Check MO / MOAC [...]
Read Full Post »
Posted in AGIS on May 4, 2009 | Leave a Comment »
AGIS – Transaction Processing
Now we are ready with the setups for processing AGIS transaction. Login using Initiator Account . In our example BCR_S (Singapore is the initiator) and select Outbound transaction
This is the first form for data entry. notice the Transaction type, Initiator fields entered at the top of the screen.
In the second half, [...]
Read Full Post »
Posted in AGIS on May 4, 2009 | 2 Comments »
Login to Intercompany Super user responsibility assigned to our user. The First step is defining organizations. These are the organizations which will be used by AGIS
Navigation: Intercompany Super user>>Setup>> Organization
Define Organization as shown below.
Similarly create organization for Japan legal entity also. And Query the same in organization form for confirming your creation. Note that in the [...]
Read Full Post »