DBA Data[Home] [Help]

APPS.HZ_MO_GLOBAL_CACHE dependencies on HR_ORGANIZATION_INFORMATION

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

4: ----------------------------------------
5: -- declaration of tables.
6: ----------------------------------------
7:
8: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id%TYPE;
9: TYPE AutoSiteNumberingTable IS TABLE OF
10: ar_system_parameters_all.auto_site_numbering%TYPE;
11: TYPE DefaultCountryTable IS TABLE OF
12: ar_system_parameters_all.default_country%TYPE;