DBA Data[Home] [Help]

APPS.GMD_ERES_UTILS dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 2403: FROM ORG_ORGANIZATION_DEFINITIONS

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