Can u define operating units inplace of inventory?
Answers were Sorted based on User's Feedback
Answer / phani
It's all depends on the Business Structure you have in your
Organization.
General flow of the Business Stucture as given below
BG
|
SOB
|
Legal entity
|
Operating Unit
|
Invenotory Operations
|
Sub Inventory
If you want to have the security between your Inventory
Organization, then make then as OU Organization.
For the better understanding, I sugges you to go through the
link given below.
http://alloracletech.blogspot.com/2008/08/oracle-applications-concept.html
| Is This Answer Correct ? | 5 Yes | 0 No |
what is the difference between %_all and %_f tables
How many parameters we can pass through pl/sql program in Oracle apps
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
where the accounting related data is stored ?
How will you get the concurrent program output as email?
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
can we write sql statement in Format trigger?
what is trace file? what is the use of that?
in sql loader,i have 100 records in my flatefile, i want to skip the 80 to 90 records .please help me
why r u move in the cus_top only why not move another top
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.