DBA Data[Home] [Help]

APPS.ASO_PAYMENT_INT dependencies on IBY_FNDCPT_TRXN_PUB

Line 77: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

73: l_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
74: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
75: lx_assign_id number;
76: lx_entity_id number;
77: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
78: l_payment_rec aso_quote_pub.payment_rec_type := p_payment_rec;
79: l_api_name varchar2(1000) := 'create_iby_payment';
80: l_qte_header_rec ASO_QUOTE_PUB.Qte_Header_Rec_Type;
81: l_qte_line_rec ASO_QUOTE_PUB.Qte_Line_Rec_Type;

Line 257: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

253: l_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
254: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
255: lx_assign_id number;
256: lx_entity_id number;
257: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
258: l_payment_rec aso_quote_pub.payment_rec_type := p_payment_rec;
259: l_api_name varchar2(1000) := 'create_payment_row';
260: l_qte_header_rec ASO_QUOTE_PUB.Qte_Header_Rec_Type;
261: l_qte_line_rec ASO_QUOTE_PUB.Qte_Line_Rec_Type;

Line 462: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

458: End if;
459:
460: -- Check to see if cvv2 is mandatory or not
461: IF aso_debug_pub.g_debug_flag = 'Y' THEN
462: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
463: END IF;
464:
465: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
466: (

Line 477: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

473: x_channel_attrib_uses => lx_channel_attrib_uses,
474: x_response => lx_response);
475:
476: IF aso_debug_pub.g_debug_flag = 'Y' THEN
477: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
478: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
479: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
480: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
481: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 508: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

504: l_trxn_attribs.Additional_Info := null;
505:
506:
507: IF aso_debug_pub.g_debug_flag = 'Y' THEN
508: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
509: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
510: END IF;
511:
512: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

Line 512: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

508: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
509: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
510: END IF;
511:
512: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
513: (
514: p_api_version => 1.0,
515: p_init_msg_list => FND_API.G_FALSE,
516: p_commit => FND_API.G_FALSE,

Line 529: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

525: x_entity_id => lx_entity_id,
526: x_response => lx_response);
527:
528: IF aso_debug_pub.g_debug_flag = 'Y' THEN
529: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
530: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
531: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
532: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
533: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 540: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);

536:
537: if x_return_status <> fnd_api.g_ret_sts_success then
538: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
539: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
540: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
541: FND_MSG_PUB.ADD;
542: END IF;
543: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
544: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 678: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

674: l_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
675: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
676: lx_assign_id number;
677: lx_entity_id number;
678: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
679: l_payment_rec aso_quote_pub.payment_rec_type := p_payment_rec;
680: l_db_payment_rec aso_quote_pub.payment_rec_type;
681: l_payment_tbl ASO_QUOTE_PUB.Payment_Tbl_Type;
682: l_qte_header_rec ASO_QUOTE_PUB.Qte_Header_Rec_Type;

Line 913: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

909:
910:
911: -- Check to see if cvv2 is mandatory or not
912: IF aso_debug_pub.g_debug_flag = 'Y' THEN
913: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
914: END IF;
915:
916: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
917: (

Line 928: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

924: x_channel_attrib_uses => lx_channel_attrib_uses,
925: x_response => lx_response);
926:
927: IF aso_debug_pub.g_debug_flag = 'Y' THEN
928: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
929: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
930: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
931: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
932: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 958: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

954: l_trxn_attribs.Additional_Info := null;
955:
956:
957: IF aso_debug_pub.g_debug_flag = 'Y' THEN
958: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
959: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
960: END IF;
961:
962: --bug 5154775

Line 964: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

960: END IF;
961:
962: --bug 5154775
963: IF (l_payment_rec.instr_assignment_id is not null and l_payment_rec.instr_assignment_id <> fnd_api.g_miss_num) then
964: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
965: (
966: p_api_version => 1.0,
967: p_init_msg_list => FND_API.G_FALSE,
968: p_commit => FND_API.G_FALSE,

Line 981: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

977: x_entity_id => lx_entity_id,
978: x_response => lx_response);
979:
980: IF aso_debug_pub.g_debug_flag = 'Y' THEN
981: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
982: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
983: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
984: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
985: aso_debug_pub.add('x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');

Line 992: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);

988:
989: if x_return_status <> fnd_api.g_ret_sts_success then
990: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
991: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
992: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
993: FND_MSG_PUB.ADD;
994: END IF;
995: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
996: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1013: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1009: fetch c_get_payer_from_trxn into l_payer.party_id;
1010: close c_get_payer_from_trxn;
1011:
1012: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1013: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1014: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1015: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1016: END IF;
1017:

Line 1019: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1015: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1016: END IF;
1017:
1018: IF (l_db_payment_rec.trxn_extension_id is not null and l_db_payment_rec.trxn_extension_id <> fnd_api.g_miss_num ) then
1019: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1020: (
1021: p_api_version => 1.0,
1022: p_init_msg_list => FND_API.G_FALSE,
1023: p_commit => FND_API.G_FALSE,

Line 1034: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1030: x_response => lx_response
1031: );
1032:
1033: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1034: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1035: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
1036: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1037: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1038: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

Line 1044: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);

1040:
1041: if x_return_status <> fnd_api.g_ret_sts_success then
1042: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1043: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1044: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
1045: FND_MSG_PUB.ADD;
1046: END IF;
1047: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1048: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1215: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

1211:
1212: -- Check to see if cvv2 is mandatory or not
1213: /* In case of updating the trxn no need to check for cvv2 see bug 4746260
1214: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1215: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1216: END IF;
1217:
1218: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
1219: (

Line 1230: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

1226: x_channel_attrib_uses => lx_channel_attrib_uses,
1227: x_response => lx_response);
1228:
1229: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1230: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1231: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1232: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
1233: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1234: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 1278: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');

1274: IF NVL(l_authorized_flag,'N') = 'N' Then
1275: /*** End : Code change done for Bug 14619666 ***/
1276:
1277: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1278: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1279: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
1280: END IF;
1281:
1282: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension

Line 1282: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension

1278: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1279: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
1280: END IF;
1281:
1282: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension
1283: (
1284: p_api_version => 1.0,
1285: p_init_msg_list => FND_API.G_FALSE,
1286: p_commit => FND_API.G_FALSE,

Line 1299: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');

1295: p_trxn_attribs => l_trxn_attribs,
1296: x_response => lx_response);
1297:
1298: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1299: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1300: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1301: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1302: aso_debug_pub.add('x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1303: aso_debug_pub.add('x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

Line 1309: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);

1305:
1306: IF x_return_status <> fnd_api.g_ret_sts_success then
1307: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1308: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1309: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
1310: FND_MSG_PUB.ADD;
1311: END IF;
1312: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1313: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1330: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1326:
1327: -- set the party id to that of the orig user for deleting the trxn
1328: l_payer.party_id := l_orig_party_id;
1329: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1330: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1331: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1332: aso_debug_pub.add('l_db_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1333: END IF;
1334:

Line 1335: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1331: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1332: aso_debug_pub.add('l_db_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1333: END IF;
1334:
1335: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1336: (
1337: p_api_version => 1.0,
1338: p_init_msg_list => FND_API.G_FALSE,
1339: p_commit => FND_API.G_FALSE,

Line 1350: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1346: x_response => lx_response
1347: );
1348:
1349: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1350: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1351: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
1352: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1353: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1354: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

Line 1360: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);

1356:
1357: if x_return_status <> fnd_api.g_ret_sts_success then
1358: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1359: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1360: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
1361: FND_MSG_PUB.ADD;
1362: END IF;
1363: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1364: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1382: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

1378: -- The earlier card stored in the db had no transaction ext id so it must be an Istore Fax CC scenario
1379: -- or this is a shared card scenario and cc has been created by shared user, hence create a new trxn ext
1380: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1381: aso_debug_pub.add('No trx ext id exists for cc iStore Fax CC being updated ', 1, 'Y');
1382: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
1383: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
1384: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id,1,'Y');
1385: END IF;
1386:

Line 1389: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

1385: END IF;
1386:
1387: -- Check to see if cvv2 is mandatory or not
1388: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1389: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1390: END IF;
1391:
1392: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
1393: (

Line 1404: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');

1400: x_channel_attrib_uses => lx_channel_attrib_uses,
1401: x_response => lx_response);
1402:
1403: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1404: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1405: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1406: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
1407: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1408: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 1422: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

1418: RAISE FND_API.G_EXC_ERROR;
1419: END IF;
1420:
1421: if (l_payment_rec.instr_assignment_id is not null and l_payment_rec.instr_assignment_id <> fnd_api.g_miss_num) then
1422: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
1423: (
1424: p_api_version => 1.0,
1425: p_init_msg_list => FND_API.G_FALSE,
1426: p_commit => FND_API.G_FALSE,

Line 1439: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');

1435: x_entity_id => lx_entity_id,
1436: x_response => lx_response);
1437:
1438: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1439: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
1440: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1441: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
1442: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1443: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 1450: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);

1446:
1447: if x_return_status <> fnd_api.g_ret_sts_success then
1448: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1449: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1450: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
1451: FND_MSG_PUB.ADD;
1452: END IF;
1453: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1454: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1646: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1642: close c_get_payer_from_trxn;
1643:
1644:
1645: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1646: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1647: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1648: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_payment_rec.trxn_extension_id, 1, 'Y');
1649: END IF;
1650:

Line 1651: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1647: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1648: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_payment_rec.trxn_extension_id, 1, 'Y');
1649: END IF;
1650:
1651: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1652: (
1653: p_api_version => 1.0,
1654: p_init_msg_list => FND_API.G_FALSE,
1655: p_commit => FND_API.G_FALSE,

Line 1666: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');

1662: x_response => lx_response
1663: );
1664:
1665: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1666: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1667: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
1668: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1669: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1670: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

Line 1676: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);

1672:
1673: if x_return_status <> fnd_api.g_ret_sts_success then
1674: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1675: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1676: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
1677: FND_MSG_PUB.ADD;
1678: END IF;
1679: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1680: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;