DBA Data[Home] [Help]

APPS.BOMPIINQ dependencies on INV_ORGHIERARCHY_PVT

Line 58: t_org_code_list INV_OrgHierarchy_PVT.OrgID_tbl_type;

54: serial_number_to IN VARCHAR2 default NULL) AS
55:
56: a_err_msg VARCHAR2(80);
57: a_err_code NUMBER;
58: t_org_code_list INV_OrgHierarchy_PVT.OrgID_tbl_type;
59: N NUMBER:=0;
60: dummy NUMBER;
61: l_org_name VARCHAR2(60);
62: item_found BOOLEAN:=TRUE;

Line 100: INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_LIST(organization_hierarchy ,

96: OPEN c_master_org(org_id);
97: FETCH c_master_org into l_master_org_for_current_org;
98: CLOSE c_master_org;
99:
100: INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_LIST(organization_hierarchy ,
101: org_id ,t_org_code_list );
102:
103: elsif ( organization_option = 3 ) then
104: /* Bug:4929268 Performance Fix */