DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_CREDIT_CARD_TRXNS_ALL

Line 5430: from ap_credit_card_trxns_all

5426: -- in 'You Pay to Credit Card Issuer' field, instead of
5427: -- showing the actual expense amount.
5428:
5429: select 'Y' into l_cc_lines_exist
5430: from ap_credit_card_trxns_all
5431: where report_header_id = p_report_header_id
5432: and rownum = 1;
5433:
5434: RETURN l_cc_lines_exist;