DBA Data[Home] [Help]

APPS.CSD_RETURNS_UTIL dependencies on IBY_FNDCPT_COMMON_PUB

Line 42: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type

38: x_msg_count OUT NOCOPY NUMBER,
39: x_msg_data OUT NOCOPY VARCHAR2,
40: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,
41: x_card_id OUT NOCOPY NUMBER,
42: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type
43: );
44:
45: PROCEDURE get_warranty_status
46: (p_api_version IN NUMBER DEFAULT 1.0,

Line 611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_rec_type;

607: )
608: IS
609: lc_api_name CONSTANT VARCHAR2(80) := 'CSD_RETURNS_UTIL.process_credit_card';
610: lc_api_version CONSTANT NUMBER := 1.0;
611: l_payer_context_rec iby_fndcpt_common_pub.payercontext_rec_type;
612: l_payerattributes_rec iby_fndcpt_setup_pub.payerattributes_rec_type;
613: l_creditcard_rec iby_fndcpt_setup_pub.creditcard_rec_type;
614: l_instr_assign_rec iby_fndcpt_setup_pub.pmtinstrassignment_rec_type;
615: l_instrument_rec iby_fndcpt_setup_pub.pmtinstrument_rec_type;

Line 626: x_result_rec_type iby_fndcpt_common_pub.result_rec_type;

622: l_cust_site_use_rec hz_cust_account_site_v2pub.cust_site_use_rec_type;
623: l_amount NUMBER := p_amount;
624: x_cust_acct_site_id NUMBER;
625: x_authresult_rec iby_fndcpt_trxn_pub.authresult_rec_type;
626: x_result_rec_type iby_fndcpt_common_pub.result_rec_type;
627: x_payer_attrib_id NUMBER;
628: x_assign_id NUMBER;
629: x_msg_count NUMBER;
630: x_transaction_id NUMBER;

Line 909: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_upward,

905: x_return_status => x_return_status,
906: x_msg_count => x_msg_count,
907: x_msg_data => x_msg,
908: p_payer => l_payer_context_rec,
909: p_payer_equivalency => iby_fndcpt_common_pub.g_payer_equiv_upward,
910: p_payee => l_payee_context_rec,
911: p_trxn_entity_id => x_transaction_id,
912: p_auth_attribs => l_authattribs_rec,
913: p_amount => l_amount_rec,

Line 2399: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type

2395: x_msg_count OUT NOCOPY NUMBER,
2396: x_msg_data OUT NOCOPY VARCHAR2,
2397: p_card_instrument IN iby_fndcpt_setup_pub.creditcard_rec_type,
2398: x_card_id OUT NOCOPY NUMBER,
2399: x_response OUT NOCOPY iby_fndcpt_common_pub.result_rec_type
2400: )
2401: IS
2402: PRAGMA AUTONOMOUS_TRANSACTION;
2403: BEGIN