DBA Data[Home] [Help]

APPS.IBY_UTILITY_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B

Line 802: FROM iby_fndcpt_pmt_chnnls_b

798:
799: BEGIN
800: SELECT payment_channel_code
801: INTO l_payment_channel_code
802: FROM iby_fndcpt_pmt_chnnls_b
803: WHERE instrument_type = p_instrument_type
804: AND (UPPER(payment_channel_code) = UPPER(p_payment_channel_code)
805: OR p_payment_channel_code is null);
806: