DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1722: FROM org_organization_Definitions

1718:
1719: BEGIN
1720: SELECT operating_unit
1721: INTO l_source_operating_unit
1722: FROM org_organization_Definitions
1723: WHERE organization_id = l_line_tbl(1).source_organization_id;
1724: EXCEPTION
1725: WHEN NO_DATA_FOUND THEN
1726: FND_MESSAGE.SET_NAME ('CSP', 'CSP_MISSING_PARAMETERS');