DBA Data[Home] [Help]

APPS.OE_PAYMENT_TRXN_UTIL dependencies on IBY_FNDCPT_TRXN_PUB

Line 45: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

41: L_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
42: L_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
43: L_instrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
44: L_assign_id NUMBER;
45: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
46: L_pmt_channel_code IBY_FNDCPT_PMT_CHNNLS_VL.payment_channel_code%TYPE;
47: l_instrument_type IBY_FNDCPT_PMT_CHNNLS_VL.instrument_type%TYPE;
48: --l_instrument_id IBY_FNDCPT_PAYER_ALL_INSTRS_V.instrument_id%TYPE;
49: l_trxn_extension_id NUMBER;

Line 441: IBY_FNDCPT_TRXN_PUB.Get_Transaction_Extension

437: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number1 ---> '||p_line_id);
438: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number2 ---> '||p_payment_number);
439: oe_debug_pub.add('L_trxn_attribs.order_id -----------> '||p_header_id);
440: END IF;
441: IBY_FNDCPT_TRXN_PUB.Get_Transaction_Extension
442: (p_api_version => 1.0,
443: X_return_status => l_return_status,
444: X_msg_count => l_msg_count,
445: X_msg_data => l_msg_data,

Line 524: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension

520: IF l_debug_level > 0 THEN
521: oe_debug_pub.add('new l_trxn_attribs.order_id -----> '||l_trxn_attribs.order_id);
522: END IF;
523:
524: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension
525: (p_api_version => 1.0,
526: p_init_msg_list => FND_API.G_TRUE,
527: p_commit => FND_API.G_FALSE,
528: X_return_status => l_return_status,

Line 679: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

675: L_party_id NUMBER;
676: p_card_type VARCHAR2(80);
677: L_response_code IBY_FNDCPT_COMMON_PUB.Result_rec_type;
678: L_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
679: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
680: l_org_id NUMBER;
681: l_org_type VARCHAR2(80) := 'OPERATING_UNIT';
682: l_instrument_type IBY_FNDCPT_PMT_CHNNLS_VL.instrument_type%TYPE;
683: l_instrument_id IBY_FNDCPT_PAYER_ALL_INSTRS_V.instrument_id%TYPE := p_instrument_id;

Line 1300: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension

1296: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number1 --->'||l_trxn_attribs.trxn_ref_number1);
1297: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number2 --->'||l_trxn_attribs.trxn_ref_number2);
1298: END IF;
1299:
1300: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension
1301: (p_api_version => 1.0,
1302: p_init_msg_list => FND_API.G_TRUE,
1303: p_commit => FND_API.G_FALSE,
1304: X_return_status => l_return_status,

Line 1368: IBY_Fndcpt_Trxn_Pub.Update_Transaction_Extension

1364: oe_debug_pub.add('l_trxn_attribs.VoiceAuth_code ---->'||l_trxn_attribs.VoiceAuth_code);
1365: END IF;
1366: --Bug 7460481 ends
1367:
1368: IBY_Fndcpt_Trxn_Pub.Update_Transaction_Extension
1369: (p_api_version => 1.0,
1370: p_init_msg_list => FND_API.G_TRUE,
1371: p_commit => FND_API.G_FALSE,
1372: X_return_status => l_return_status,

Line 1423: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1419: --maintain the consistent behaviour in different sessions
1420:
1421: OE_Payment_Trxn_Util.g_old_bill_to_site := null;
1422:
1423: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1424: (
1425: p_api_version => 1.0,
1426: X_return_status => l_return_status,
1427: X_msg_count => l_msg_count,

Line 1488: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension

1484: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number1 --->'||l_trxn_attribs.trxn_ref_number1);
1485: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number2 --->'||l_trxn_attribs.trxn_ref_number2);
1486: END IF;
1487:
1488: IBY_Fndcpt_Trxn_Pub.Create_Transaction_Extension
1489: (p_api_version => 1.0,
1490: p_init_msg_list => FND_API.G_TRUE,
1491: p_commit => FND_API.G_FALSE,
1492: X_return_status => l_return_status,

Line 1593: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

1589: L_return_status VARCHAR2(30);
1590: L_msg_count NUMBER;
1591: L_msg_data VARCHAR2(2000);
1592: L_party_id NUMBER;
1593: L_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
1594: L_response_code IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1595: L_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1596: l_org_id NUMBER;
1597: l_org_type VARCHAR2(80) := 'OPERATING_UNIT';

Line 1765: IBY_Fndcpt_Trxn_Pub.Copy_Transaction_Extension

1761: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number1 --->'||p_line_id);
1762: --oe_debug_pub.add('l_trxn_attribs.trxn_ref_number2 --->'||p_payment_number);
1763: oe_debug_pub.add('l_trxn_attribs.copy_instr_assign_id ---->'||l_assign_id);
1764: END IF;
1765: IBY_Fndcpt_Trxn_Pub.Copy_Transaction_Extension
1766: (p_api_version => 1.0,
1767: p_init_msg_list => FND_API.G_TRUE,
1768: p_commit => FND_API.G_FALSE,
1769: X_return_status => l_return_status,

Line 1891: l_auth_result IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type;

1887: l_msg_data VARCHAR2(2000) := NULL ;
1888: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1889: l_party_id NUMBER;
1890:
1891: l_auth_result IBY_FNDCPT_TRXN_PUB.AuthResult_rec_type;
1892: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1893: l_cust_account_id NUMBER;
1894: l_acct_site_use_id NUMBER;
1895: l_org_type VARCHAR2(80);

Line 1898: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

1894: l_acct_site_use_id NUMBER;
1895: l_org_type VARCHAR2(80);
1896: l_payment_function VARCHAR2(80);
1897: l_org_id NUMBER;
1898: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
1899: l_err_message VARCHAR2(2000);
1900: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1901: L_authorized VARCHAR2(1);
1902: BEGIN

Line 1967: IBY_Fndcpt_Trxn_Pub.Get_Authorization

1963: IF l_debug_level > 0 THEN
1964: oe_debug_pub.add('Before calling IBY Get_authorization API...');
1965: oe_debug_pub.add('trxn extn id passed to get auth'||l_trxn_extension_id);
1966: END IF;
1967: IBY_Fndcpt_Trxn_Pub.Get_Authorization
1968: (p_api_version => 1.0,
1969: x_return_status => l_return_status,
1970: x_msg_count => l_msg_count,
1971: x_msg_data => l_msg_data,

Line 2201: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

2197: oe_debug_pub.add('Payer equivalency --------> '||IBY_FNDCPT_COMMON_PUB.G_PAYER_EQUIV_IMMEDIATE);
2198: END IF;
2199: -- bug 5194228
2200: IF nvl(l_authorized_flag,'N') = 'N' and nvl(l_Settled_flag,'N') = 'N' THEN
2201: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
2202: (
2203: p_api_version => 1.0,
2204: X_return_status => l_return_status,
2205: X_msg_count => l_msg_count,