DBA Data[Home] [Help]

APPS.PV_PRTNR_PMNT_TYPES_PVT dependencies on IBY_FNDCPT_ALL_PMT_CHANNELS_V

Line 17: -- in iby_fndcpt_all_pmt_channels_v (doing this as we create transaction extension

13: -- enabled in payments view.
14: -- Also made changes to Get_prtnr_payment_types api. It wont include CREDIT_CARD
15: -- in the x_payment_type_tbl that gets passed to VerifyPaymentTypes. Its added to
16: -- the x_payment_type_tbl_out only if its enabled in oe_payment_types_vl and exists
17: -- in iby_fndcpt_all_pmt_channels_v (doing this as we create transaction extension
18: -- for just CREDIT_CARD type.
19: -- NOTE :
20: -- Copyright (c) 2002 Oracle Corporation Redwood Shores, California, USA
21: -- All rights reserved.

Line 57: FROM iby_fndcpt_all_pmt_channels_v

53: AND NVL(end_date_active,sysdate+1) >= sysdate
54: AND enabled_flag='Y'
55: AND EXISTS(
56: SELECT payment_channel_code
57: FROM iby_fndcpt_all_pmt_channels_v
58: WHERE payment_channel_code = 'CREDIT_CARD'
59: );
60:
61: BEGIN