DBA Data[Home] [Help]

APPS.BOMPCMBM dependencies on INV_ORGHIERARCHY_PVT

Line 185: t_org_code_list INV_OrgHierarchy_PVT.OrgID_tbl_type;

181: common_org_to IN NUMBER DEFAULT NULL,
182: common_item_to IN NUMBER DEFAULT NULL
183: , enable_attrs_update IN VARCHAR2
184: ) IS
185: t_org_code_list INV_OrgHierarchy_PVT.OrgID_tbl_type;
186: l_org_name VARCHAR2(60) ;
187: common_item_from_name VARCHAR2(200) ;
188: common_item_to_name VARCHAR2(200) ;
189: common_org_to_code VARCHAR2(4) ;

Line 360: INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_LIST(org_hierarchy,current_org_id,t_org_code_list) ;

356: SELECT organization_name
357: INTO l_org_name
358: FROM org_organization_definitions
359: WHERE organization_id = current_org_id;
360: INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_LIST(org_hierarchy,current_org_id,t_org_code_list) ;
361: ELSIF ( scope = 3 ) THEN
362: starting_org_counter := 1 ;
363: -- bug:4931463 Modified below cursor query to reduce shared memory
364: for C1 in (