DBA Data[Home] [Help]

APPS.OE_PAYMENT_TRXN_UTIL dependencies on IBY_FNDCPT_ALL_PMT_CHANNELS_V

Line 233: FROM iby_fndcpt_all_pmt_channels_v ifapc

229: --Getting the instrument type based on
230: --payment channel code
231: SELECT ifapc.instrument_type
232: INTO l_instrument_type
233: FROM iby_fndcpt_all_pmt_channels_v ifapc
234: WHERE ifapc.payment_channel_code = l_pmt_channel_code;
235:
236: --if p_x_trxn_extension_id is null, then create a new id using the IN data.
237: --If it is not null, then we first get the instrument assignment id for

Line 881: FROM iby_fndcpt_all_pmt_channels_v ifapc

877: --Getting the instrument type based on
878: --payment channel code
879: SELECT ifapc.instrument_type
880: INTO l_instrument_type
881: FROM iby_fndcpt_all_pmt_channels_v ifapc
882: WHERE ifapc.payment_channel_code = l_pmt_channel_code;
883:
884: IF l_debug_level > 0 THEN
885: oe_debug_pub.add('Instrument type and instrument id'||l_instrument_type||' and '||l_instrument_id);