APPS.LNS_FUNDING_PUB dependencies on AP_LOOKUP_CODES
Line 3912: from AP_LOOKUP_CODES
3908:
3909: -- get rejection description
3910: CURSOR get_reject_cur(P_CODE VARCHAR2) IS
3911: select description 3912: from AP_LOOKUP_CODES 3913: where lookup_type = 'REJECT CODE' and
3914: lookup_code = P_CODE;
3915:
3916: -- get party for rejection