DBA Data[Home] [Help]

APPS.IBE_PAYMENT_INT_PVT dependencies on IBY_FNDCPT_SETUP_PUB

Line 48: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_Type;

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;
52: l_order_of_preference NUMBER;

Line 49: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;

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;
52: l_order_of_preference NUMBER;
53: l_primary_card_present NUMBER;

Line 50: l_assignment_attr IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

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;
52: l_order_of_preference NUMBER;
53: l_primary_card_present NUMBER;
54: l_location_party_id NUMBER;

Line 323: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - before calling api');

319: l_assignment_attr.assignment_id := p_assignment_id;
320:
321: IF (l_debugon = l_true) THEN
322: IBE_UTIL.debug('SaveCC: Set primary opration: l_assignment_attr.assignment_id '||l_assignment_attr.assignment_id);
323: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - before calling api');
324: END IF;
325:
326:
327: IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment (

Line 327: IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment (

323: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - before calling api');
324: END IF;
325:
326:
327: IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment (
328: p_api_version => p_api_version
329: ,p_init_msg_list => p_init_msg_list
330: ,p_commit => p_commit
331: ,x_return_status => x_return_status

Line 346: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - after calling api');

342: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
343: END IF;
344:
345: IF (l_debugon = l_true) THEN
346: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - after calling api');
347: END IF;
348:
349: end if;
350:

Line 357: IBY_FNDCPT_SETUP_PUB.process_credit_card (

353: END IF;
354:
355: if (p_operation_code = 'CREATE_AND_SET_PRIMARY' or p_operation_code = 'CREATE' ) then
356:
357: IBY_FNDCPT_SETUP_PUB.process_credit_card (
358: p_api_version => p_api_version
359: ,p_init_msg_list => p_init_msg_list
360: ,p_commit => p_commit
361: ,x_return_status => x_return_status

Line 387: IBY_FNDCPT_SETUP_PUB.Update_Card(

383: x_assignment_id := lx_assign_id;
384: end if;
385: if (p_operation_code = 'UPDATE' or p_operation_code = 'DELETE') then
386:
387: IBY_FNDCPT_SETUP_PUB.Update_Card(
388: p_api_version => p_api_version
389: ,p_init_msg_list => p_init_msg_list
390: ,p_commit => p_commit
391: ,x_return_status => x_return_status

Line 568: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;

564: ,x_return_status OUT NOCOPY VARCHAR2
565: ,x_msg_count OUT NOCOPY NUMBER
566: ,x_msg_data OUT NOCOPY VARCHAR2 ) is
567:
568: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
569: l_api_name CONSTANT VARCHAR2(30) := 'save_credit_card';
570: l_api_version CONSTANT NUMBER := 1.0;
571: l_return_status VARCHAR2(2000);
572: l_cvv2_status VARCHAR2(1);

Line 581: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs(

577: IF (l_debugon = l_true) THEN
578: IBE_UTIL.debug('check_Payment_channel_setups: Begin ');
579: END IF;
580:
581: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs(
582: p_api_version => l_api_version,
583: x_return_status => l_return_status,
584: x_msg_count => l_msg_count,
585: x_msg_data => l_msg_data,