DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 8512: ORG_ORGANIZATION_DEFINITIONS

8508: CURSOR get_org_code (org_id IN NUMBER)
8509: IS
8510: SELECT organization_code
8511: FROM
8512: ORG_ORGANIZATION_DEFINITIONS
8513: WHERE organization_id = org_id;
8514: --bug 7316707 till here
8515:
8516: --