DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on AR_CMGT_CHECK_LISTS

Line 886: FROM ar_cmgt_check_lists

882: -- since row exists in setup options table, check in checklist table
883: BEGIN
884: SELECT 'x'
885: INTO l_char
886: FROM ar_cmgt_check_lists
887: WHERE submit_flag = 'Y';
888:
889: l_return := TRUE;
890: