DBA Data[Home] [Help]

APPS.INV_ORGHIERARCHY_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 59: TYPE OrgID_tbl_type IS TABLE OF hr_all_organization_units.organization_id%TYPE

55: --===================
56: -- GLOBAL VARIABLES
57: --===================
58: -- Table type used to hold organization codes
59: TYPE OrgID_tbl_type IS TABLE OF hr_all_organization_units.organization_id%TYPE
60: INDEX BY BINARY_INTEGER;
61:
62: -- list to store the index organization list
63: -- where organization_id is the index of the table