DBA Data[Home] [Help]

APPS.AP_WEB_CC_NOTIFICATIONS_PKG dependencies on AP_LOOKUP_CODES

Line 353: from ap_lookup_codes

349: cellcnt number;
350:
351: cursor cvalidation is
352: select lookup_code, displayed_field
353: from ap_lookup_codes
354: where lookup_type = 'OIE_CC_VALIDATION_ERROR'
355: and lookup_code not in ('INVALID_ALL' );
356: valcnt NUMBER;
357: totcnt NUMBER;