DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ORG_OBJ

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

3811: LOOP
3812: IF(l_common_orgs.organization_id <> l_organization_id) THEN
3813: l_org_count := l_org_count + 1;
3814: x_common_orgs.extend();
3815: x_common_orgs(l_org_count) := inv_ebi_org_obj(NULL,NULL);
3816: x_common_orgs(l_org_count).org_id := l_common_orgs.organization_id;
3817: END IF;
3818: END LOOP;
3819: