DBA Data[Home] [Help]

APPS.GMD_ERES_UTILS dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2405: FROM ORG_ORGANIZATION_DEFINITIONS

2401: (p_orgn_id IN NUMBER,
2402: p_orgn_code OUT NOCOPY VARCHAR2) IS
2403: CURSOR Cur_get_orgn_code IS
2404: SELECT organization_code
2405: FROM ORG_ORGANIZATION_DEFINITIONS
2406: WHERE organization_id = p_orgn_id;
2407: BEGIN OPEN Cur_get_orgn_code;
2408: FETCH Cur_get_orgn_code
2409: INTO p_orgn_code;