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 321: IBE_UTIL.debug('call IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment - before calling api');

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

Line 325: IBY_FNDCPT_SETUP_PUB.Set_Payer_Instr_Assignment (

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

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

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

Line 355: IBY_FNDCPT_SETUP_PUB.process_credit_card (

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

Line 385: IBY_FNDCPT_SETUP_PUB.Update_Card(

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

Line 566: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;

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

Line 579: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs(

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