DBA Data[Home] [Help]

APPS.PN_MO_CACHE_UTILS dependencies on HR_LEGAL_ENTITIES

Line 15: legal_entity_name hr_legal_entities.name%TYPE,

11: TYPE GlobalsRecord IS RECORD (
12:
13: set_of_books_name gl_sets_of_books.name%TYPE,
14: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
15: legal_entity_name hr_legal_entities.name%TYPE,
16: functional_currency_code fnd_currencies.currency_code%TYPE,
17: set_of_books_id pn_system_setup_options.set_of_books_id%TYPE,
18: accounting_option pn_system_setup_options.accounting_option%TYPE,
19: default_currency_conv_type pn_system_setup_options.default_currency_conv_type%TYPE,

Line 54: TYPE LegalEntityNameTable IS TABLE OF hr_legal_entities.name%TYPE;

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;
56: TYPE SetOfBooksIDTable IS TABLE OF pn_system_setup_options.set_of_books_id%TYPE;
57: TYPE AccountingOptionTable IS TABLE OF pn_system_setup_options.accounting_option%TYPE;
58: TYPE DefaultCurrencyConvTypeTable IS TABLE OF pn_system_setup_options.default_currency_conv_type%TYPE;