DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 8202: ORG_ORGANIZATION_DEFINITIONS

8198: CURSOR get_org_code (org_id IN NUMBER)
8199: IS
8200: SELECT organization_code
8201: FROM
8202: ORG_ORGANIZATION_DEFINITIONS
8203: WHERE organization_id = org_id;
8204: --bug 7316707 till here
8205:
8206: --