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 249: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

245: l_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
246: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
247: lx_assign_id number;
248: lx_entity_id number;
249: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
250: l_payment_rec aso_quote_pub.payment_rec_type := p_payment_rec;
251: l_api_name varchar2(1000) := 'create_payment_row';
252: l_qte_header_rec ASO_QUOTE_PUB.Qte_Header_Rec_Type;
253: l_qte_line_rec ASO_QUOTE_PUB.Qte_Line_Rec_Type;

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

450: End if;
451:
452: -- Check to see if cvv2 is mandatory or not
453: IF aso_debug_pub.g_debug_flag = 'Y' THEN
454: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
455: END IF;
456:
457: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
458: (

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

465: x_channel_attrib_uses => lx_channel_attrib_uses,
466: x_response => lx_response);
467:
468: IF aso_debug_pub.g_debug_flag = 'Y' THEN
469: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
470: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
471: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
472: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
473: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

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

496: l_trxn_attribs.Additional_Info := null;
497:
498:
499: IF aso_debug_pub.g_debug_flag = 'Y' THEN
500: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
501: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
502: END IF;
503:
504: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

Line 504: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

500: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
501: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
502: END IF;
503:
504: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
505: (
506: p_api_version => 1.0,
507: p_init_msg_list => FND_API.G_FALSE,
508: p_commit => FND_API.G_FALSE,

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

517: x_entity_id => lx_entity_id,
518: x_response => lx_response);
519:
520: IF aso_debug_pub.g_debug_flag = 'Y' THEN
521: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
522: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
523: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
524: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
525: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

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

528:
529: if x_return_status <> fnd_api.g_ret_sts_success then
530: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
531: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
532: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
533: FND_MSG_PUB.ADD;
534: END IF;
535: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
536: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 670: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;

666: l_assignment_attribs IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
667: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
668: lx_assign_id number;
669: lx_entity_id number;
670: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.TrxnExtension_rec_type;
671: l_payment_rec aso_quote_pub.payment_rec_type := p_payment_rec;
672: l_db_payment_rec aso_quote_pub.payment_rec_type;
673: l_payment_tbl ASO_QUOTE_PUB.Payment_Tbl_Type;
674: l_qte_header_rec ASO_QUOTE_PUB.Qte_Header_Rec_Type;

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

827:
828:
829: -- Check to see if cvv2 is mandatory or not
830: IF aso_debug_pub.g_debug_flag = 'Y' THEN
831: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
832: END IF;
833:
834: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
835: (

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

842: x_channel_attrib_uses => lx_channel_attrib_uses,
843: x_response => lx_response);
844:
845: IF aso_debug_pub.g_debug_flag = 'Y' THEN
846: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
847: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
848: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
849: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
850: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

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

872: l_trxn_attribs.Additional_Info := null;
873:
874:
875: IF aso_debug_pub.g_debug_flag = 'Y' THEN
876: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
877: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
878: END IF;
879:
880: --bug 5154775

Line 882: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

878: END IF;
879:
880: --bug 5154775
881: IF (l_payment_rec.instr_assignment_id is not null and l_payment_rec.instr_assignment_id <> fnd_api.g_miss_num) then
882: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
883: (
884: p_api_version => 1.0,
885: p_init_msg_list => FND_API.G_FALSE,
886: p_commit => FND_API.G_FALSE,

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

895: x_entity_id => lx_entity_id,
896: x_response => lx_response);
897:
898: IF aso_debug_pub.g_debug_flag = 'Y' THEN
899: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
900: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
901: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
902: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
903: aso_debug_pub.add('x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');

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

906:
907: if x_return_status <> fnd_api.g_ret_sts_success then
908: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
909: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
910: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
911: FND_MSG_PUB.ADD;
912: END IF;
913: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
914: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

927: fetch c_get_payer_from_trxn into l_payer.party_id;
928: close c_get_payer_from_trxn;
929:
930: IF aso_debug_pub.g_debug_flag = 'Y' THEN
931: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
932: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
933: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
934: END IF;
935:

Line 937: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

933: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
934: END IF;
935:
936: 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
937: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
938: (
939: p_api_version => 1.0,
940: p_init_msg_list => FND_API.G_FALSE,
941: p_commit => FND_API.G_FALSE,

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

948: x_response => lx_response
949: );
950:
951: IF aso_debug_pub.g_debug_flag = 'Y' THEN
952: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
953: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
954: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
955: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
956: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

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

958:
959: if x_return_status <> fnd_api.g_ret_sts_success then
960: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
961: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
962: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
963: FND_MSG_PUB.ADD;
964: END IF;
965: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
966: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1127:
1128: -- Check to see if cvv2 is mandatory or not
1129: /* In case of updating the trxn no need to check for cvv2 see bug 4746260
1130: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1131: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1132: END IF;
1133:
1134: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
1135: (

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

1142: x_channel_attrib_uses => lx_channel_attrib_uses,
1143: x_response => lx_response);
1144:
1145: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1146: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1147: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1148: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
1149: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1150: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

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

1178: (l_payment_rec.instr_assignment_id IS NOT NULL AND l_payment_rec.instr_assignment_id <> fnd_api.g_miss_num) and
1179: (l_shared_cart_scenario = 'N')) then
1180:
1181: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1182: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1183: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
1184: END IF;
1185:
1186: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension

Line 1186: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension

1182: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1183: aso_debug_pub.add('Instrument Assignment id: '|| l_payment_rec.instr_assignment_id, 1, 'Y');
1184: END IF;
1185:
1186: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension
1187: (
1188: p_api_version => 1.0,
1189: p_init_msg_list => FND_API.G_FALSE,
1190: p_commit => FND_API.G_FALSE,

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

1199: p_trxn_attribs => l_trxn_attribs,
1200: x_response => lx_response);
1201:
1202: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1203: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension ', 1, 'Y');
1204: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1205: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1206: aso_debug_pub.add('x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1207: aso_debug_pub.add('x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

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

1209:
1210: IF x_return_status <> fnd_api.g_ret_sts_success then
1211: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1212: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1213: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
1214: FND_MSG_PUB.ADD;
1215: END IF;
1216: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1217: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1228:
1229: -- set the party id to that of the orig user for deleting the trxn
1230: l_payer.party_id := l_orig_party_id;
1231: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1232: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1233: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1234: aso_debug_pub.add('l_db_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1235: END IF;
1236:

Line 1237: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1233: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1234: aso_debug_pub.add('l_db_payment_rec.trxn_extension_id: '|| l_db_payment_rec.trxn_extension_id, 1, 'Y');
1235: END IF;
1236:
1237: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1238: (
1239: p_api_version => 1.0,
1240: p_init_msg_list => FND_API.G_FALSE,
1241: p_commit => FND_API.G_FALSE,

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

1248: x_response => lx_response
1249: );
1250:
1251: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1252: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1253: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
1254: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1255: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1256: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

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

1258:
1259: if x_return_status <> fnd_api.g_ret_sts_success then
1260: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1261: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1262: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
1263: FND_MSG_PUB.ADD;
1264: END IF;
1265: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1266: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

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

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

1287: END IF;
1288:
1289: -- Check to see if cvv2 is mandatory or not
1290: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1291: aso_debug_pub.add('Before calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1292: END IF;
1293:
1294: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
1295: (

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

1302: x_channel_attrib_uses => lx_channel_attrib_uses,
1303: x_response => lx_response);
1304:
1305: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1306: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Get_Payment_Channel_Attribs ', 1, 'Y');
1307: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1308: aso_debug_pub.add('cvv2 use: '||lx_channel_attrib_uses.Instr_SecCode_Use, 1, 'Y');
1309: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1310: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

Line 1324: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

1320: RAISE FND_API.G_EXC_ERROR;
1321: END IF;
1322:
1323: if (l_payment_rec.instr_assignment_id is not null and l_payment_rec.instr_assignment_id <> fnd_api.g_miss_num) then
1324: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
1325: (
1326: p_api_version => 1.0,
1327: p_init_msg_list => FND_API.G_FALSE,
1328: p_commit => FND_API.G_FALSE,

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

1337: x_entity_id => lx_entity_id,
1338: x_response => lx_response);
1339:
1340: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1341: aso_debug_pub.add('after calling IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', 1, 'Y');
1342: aso_debug_pub.add('Return Status: '||x_return_status, 1, 'Y');
1343: aso_debug_pub.add('lx_entity_id: '||lx_entity_id, 1, 'Y');
1344: aso_debug_pub.add('x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1345: aso_debug_pub.add('x_response.result_category:'|| to_char(lx_response.result_category), 1, 'Y');

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

1348:
1349: if x_return_status <> fnd_api.g_ret_sts_success then
1350: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1351: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1352: FND_MESSAGE.Set_Token('API', 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension ', FALSE);
1353: FND_MSG_PUB.ADD;
1354: END IF;
1355: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1356: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1544: close c_get_payer_from_trxn;
1545:
1546:
1547: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1548: aso_debug_pub.add('Before Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1549: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1550: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_payment_rec.trxn_extension_id, 1, 'Y');
1551: END IF;
1552:

Line 1553: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

1549: aso_debug_pub.add('l_payer.party_id: '|| l_payer.party_id, 1, 'Y');
1550: aso_debug_pub.add('l_payment_rec.trxn_extension_id: '|| l_payment_rec.trxn_extension_id, 1, 'Y');
1551: END IF;
1552:
1553: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
1554: (
1555: p_api_version => 1.0,
1556: p_init_msg_list => FND_API.G_FALSE,
1557: p_commit => FND_API.G_FALSE,

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

1564: x_response => lx_response
1565: );
1566:
1567: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1568: aso_debug_pub.add('After Calling IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension ', 1, 'Y');
1569: aso_debug_pub.add('Return Status from IBY Delete API: '||x_return_status, 1, 'Y');
1570: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_code: '|| to_char(lx_response.result_code), 1, 'Y');
1571: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_category: '|| to_char(lx_response.result_category), 1, 'Y');
1572: aso_debug_pub.add('Delete_Transaction_Extension x_response.result_message: '|| to_char(lx_response.result_message), 1, 'Y');

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

1574:
1575: if x_return_status <> fnd_api.g_ret_sts_success then
1576: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1577: FND_MESSAGE.Set_Name('ASO', 'ERROR_RETURNED');
1578: FND_MESSAGE.Set_Token('API', ' IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension', FALSE);
1579: FND_MSG_PUB.ADD;
1580: END IF;
1581: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1582: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;