APPS.IBY_UTILITY_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B
Line 777: FROM iby_fndcpt_pmt_chnnls_b
773:
774: BEGIN
775: SELECT payment_channel_code
776: INTO l_payment_channel_code 777: FROM iby_fndcpt_pmt_chnnls_b 778: WHERE instrument_type = p_instrument_type
779: AND (payment_channel_code = p_payment_channel_code
780: OR p_payment_channel_code is null);
781: