DBA Data[Home] [Help]

APPS.PN_MO_CACHE_UTILS dependencies on HR_ORGANIZATION_INFORMATION

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

47: smallest_term_amount pn_system_setup_options.smallest_term_amount%TYPE,--#@#Bug4291907
48: incl_terms_by_default_flag pn_system_setup_options.incl_terms_by_default_flag%TYPE
49: );
50:
51: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id %TYPE;
52: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
53: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
54: TYPE LegalEntityNameTable IS TABLE OF hr_legal_entities.name%TYPE;
55: TYPE FunctionalCurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;