DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on HR_ORGANIZATION_INFORMATION

Line 12: org_id hr_organization_information.organization_id%TYPE,

8: TYPE GlobalsRecord IS RECORD (
9: --
10: -- Generic columns needed by all products
11: --
12: org_id hr_organization_information.organization_id%TYPE,
13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,

Line 125: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id%TYPE;

121: -- the widely used operating unit attributes:
122: -- Define a nested table type for storing the org_ids. This is
123: -- mandatory
124: --
125: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id%TYPE;
126: -- Other nested table definitions. They should correspond to
127: -- the fields of the record defined above.
128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;