DBA Data[Home] [Help]

APPS.OE_PAYMENT_TRXN_UTIL dependencies on IBY_FNDCPT_ALL_PMT_CHANNELS_V

Line 175: FROM iby_fndcpt_all_pmt_channels_v ifapc

171: --Getting the instrument type based on
172: --payment channel code
173: SELECT ifapc.instrument_type
174: INTO l_instrument_type
175: FROM iby_fndcpt_all_pmt_channels_v ifapc
176: WHERE ifapc.payment_channel_code = l_pmt_channel_code;
177:
178: --if p_x_trxn_extension_id is null, then create a new id using the IN data.
179: --If it is not null, then we first get the instrument assignment id for

Line 740: FROM iby_fndcpt_all_pmt_channels_v ifapc

736: --Getting the instrument type based on
737: --payment channel code
738: SELECT ifapc.instrument_type
739: INTO l_instrument_type
740: FROM iby_fndcpt_all_pmt_channels_v ifapc
741: WHERE ifapc.payment_channel_code = l_pmt_channel_code;
742:
743: IF l_debug_level > 0 THEN
744: oe_debug_pub.add('Instrument type and instrument id'||l_instrument_type||' and '||l_instrument_id);