DBA Data[Home] [Help]

APPS.IBE_PAYMENT_INT_PVT dependencies on IBY_FNDCPT_COMMON_PUB

Line 46: lx_response IBY_FNDCPT_COMMON_PUB.Result_Rec_Type;

42: l_credit_card_id NUMBER;
43: new_credit_card_id NUMBER;
44: l_username VARCHAR2(100);
45: l_bank_account_uses_id NUMBER;
46: lx_response IBY_FNDCPT_COMMON_PUB.Result_Rec_Type;
47: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
48: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_Type;
49: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
50: l_assignment_attr IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

Line 47: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;

43: new_credit_card_id NUMBER;
44: l_username VARCHAR2(100);
45: l_bank_account_uses_id NUMBER;
46: lx_response IBY_FNDCPT_COMMON_PUB.Result_Rec_Type;
47: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
48: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_Type;
49: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
50: l_assignment_attr IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
51: lx_assign_id NUMBER;

Line 573: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;

569: l_return_status VARCHAR2(2000);
570: l_cvv2_status VARCHAR2(1);
571: l_msg_count NUMBER(10);
572: l_msg_data VARCHAR2(2000);
573: l_result_rec_type IBY_FNDCPT_COMMON_PUB.Result_rec_type;
574: BEGIN
575: IF (l_debugon = l_true) THEN
576: IBE_UTIL.debug('check_Payment_channel_setups: Begin ');
577: END IF;