DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1674: FROM org_organization_Definitions

1670:
1671: BEGIN
1672: SELECT operating_unit
1673: INTO l_dest_operating_unit
1674: FROM org_organization_Definitions
1675: WHERE organization_id = l_header_rec.dest_organization_id;
1676: EXCEPTION
1677: WHEN NO_DATA_FOUND THEN
1678: FND_MESSAGE.SET_NAME ('CSP', 'CSP_MISSING_PARAMETERS');

Line 2201: FROM org_organization_Definitions

2197:
2198: BEGIN
2199: SELECT operating_unit
2200: INTO l_source_operating_unit
2201: FROM org_organization_Definitions
2202: WHERE organization_id = l_line_tbl(1).source_organization_id;
2203: EXCEPTION
2204: WHEN NO_DATA_FOUND THEN
2205: FND_MESSAGE.SET_NAME ('CSP', 'CSP_MISSING_PARAMETERS');

Line 4437: FROM org_organization_Definitions

4433:
4434: BEGIN
4435: SELECT operating_unit
4436: INTO l_dest_operating_unit
4437: FROM org_organization_Definitions
4438: WHERE organization_id = l_header_rec.dest_organization_id;
4439: EXCEPTION
4440: WHEN NO_DATA_FOUND THEN
4441: FND_MESSAGE.SET_NAME ('CSP', 'CSP_MISSING_PARAMETERS');