DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on INV_ORGHIERARCHY_PVT

Line 32: eng_orgid_index_list INV_ORGHIERARCHY_PVT.OrgID_tbl_type;

28: l_index BINARY_INTEGER;
29: i NUMBER ;
30: -- list to store the index organization list
31: -- where organization_id is the index of the table
32: eng_orgid_index_list INV_ORGHIERARCHY_PVT.OrgID_tbl_type;
33:
34:
35: BEGIN
36:

Line 37: inv_orghierarchy_pvt.Org_Hierarchy_List

33:
34:
35: BEGIN
36:
37: inv_orghierarchy_pvt.Org_Hierarchy_List
38: ( p_org_hierarchy_name => p_org_hierarch_name,
39: p_org_hier_level_id => p_org_hier_lvl_id,
40: x_org_code_list => eng_orgid_index_list );
41: