DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on AR_CMGT_CHECK_LISTS

Line 1089: FROM ar_cmgt_check_lists

1085: -- since row exists in setup options table, check in checklist table
1086: BEGIN
1087: SELECT 'x'
1088: INTO l_char
1089: FROM ar_cmgt_check_lists
1090: WHERE submit_flag = 'Y';
1091:
1092: l_return := TRUE;
1093: