DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_LOOKUPS

Line 2292: from ar_lookups

2288: BEGIN
2289:
2290: select description
2291: into l_error_notes
2292: from ar_lookups
2293: where lookup_type = 'AR_CC_ERROR_NOTES'
2294: and lookup_code = 'E1';
2295:
2296: EXCEPTION