DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_LOOKUPS

Line 2155: from ar_lookups

2151: BEGIN
2152:
2153: select description
2154: into l_error_notes
2155: from ar_lookups
2156: where lookup_type = 'AR_CC_ERROR_NOTES'
2157: and lookup_code = 'E1';
2158:
2159: EXCEPTION