DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ORG_OBJ

Line 4010: x_common_orgs(l_org_count) := inv_ebi_org_obj(NULL,NULL);

4006: LOOP
4007: IF(l_common_orgs.organization_id <> l_organization_id) THEN
4008: l_org_count := l_org_count + 1;
4009: x_common_orgs.extend();
4010: x_common_orgs(l_org_count) := inv_ebi_org_obj(NULL,NULL);
4011: x_common_orgs(l_org_count).org_id := l_common_orgs.organization_id;
4012: END IF;
4013: END LOOP;
4014: INV_EBI_UTIL.debug_line('STEP 40: END INSIDE INV_EBI_CHANGE_ORDER_HELPER.get_common_bom_orgs STATUS: '|| x_return_status);