DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on IBY_FNDCPT_TRXN_PUB

Line 1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;

1800: l_cc_exp_date DATE;
1801: l_skip_auth VARCHAR2(1);
1802: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1803: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;
1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;
1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;
1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;

Line 1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;

1801: l_skip_auth VARCHAR2(1);
1802: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1803: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;
1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;
1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;
1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;
1809: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;

Line 1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;

1802: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1803: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;
1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;
1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;
1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;
1809: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
1810: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_type;

Line 1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;

1803: l_payer IBY_FNDCPT_COMMON_PUB.PayerContext_rec_type;
1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;
1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;
1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;
1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;
1809: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
1810: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_type;
1811: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;

Line 1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;

1804: l_payee IBY_FNDCPT_TRXN_PUB.PayeeContext_rec_type;
1805: l_trxn_attribs IBY_FNDCPT_TRXN_PUB.trxnExtension_rec_type;
1806: l_amount IBY_FNDCPT_TRXN_PUB.amount_rec_type;
1807: l_auth_attribs IBY_FNDCPT_TRXN_PUB.authattribs_rec_type;
1808: l_auth_result IBY_FNDCPT_TRXN_PUB.authresult_rec_type;
1809: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
1810: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_Rec_type;
1811: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type;
1812: l_assignment_attr IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

Line 2209: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension call');

2205: IF ((p_payment_method_rec.payment_type_code <> 'CREDIT_CARD') and (x_enrl_info(x.header_id).trxn_extension_id IS NOT NULL) and
2206: (p_enrollment_flow = 'Y')) THEN
2207: -- Debug Message
2208: IF (PV_DEBUG_HIGH_ON) THEN
2209: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension call');
2210: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' p_contact_party_id ' || p_contact_party_id);
2211: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_enrl_info(x.header_id).trxn_extension_id ' || x_enrl_info(x.header_id).trxn_extension_id);
2212: END IF;
2213:

Line 2216: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension

2212: END IF;
2213:
2214: l_payer.party_id := p_contact_party_id;
2215:
2216: IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension
2217: (
2218: p_api_version => 1.0,
2219: p_init_msg_list => FND_API.G_FALSE,
2220: p_commit => FND_API.G_FALSE,

Line 2231: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_return_status);

2227: x_response => lx_response
2228: );
2229:
2230: IF (PV_DEBUG_HIGH_ON) THEN
2231: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_return_status);
2232: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_count);
2233: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_data);
2234: END IF;
2235:

Line 2232: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_count);

2228: );
2229:
2230: IF (PV_DEBUG_HIGH_ON) THEN
2231: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_return_status);
2232: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_count);
2233: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_data);
2234: END IF;
2235:
2236: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 2233: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_data);

2229:
2230: IF (PV_DEBUG_HIGH_ON) THEN
2231: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_return_status);
2232: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_count);
2233: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension : ' || x_msg_data);
2234: END IF;
2235:
2236: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2237: IF ((lx_response.Result_Category = 'INVALID_PARAM') or (lx_response.Result_Category = 'INCORRECT_FLOW')) THEN

Line 2251: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension call');

2247: x_enrl_info(x.header_id).trxn_extension_id := null;
2248:
2249: -- Debug Message
2250: IF (PV_DEBUG_HIGH_ON) THEN
2251: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Delete_Transaction_Extension call');
2252: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_enrl_info(x.header_id).trxn_extension_id ' || x_enrl_info(x.header_id).trxn_extension_id);
2253: END IF;
2254:
2255: ELSIF (p_payment_method_rec.payment_type_code = 'CREDIT_CARD') THEN

Line 2291: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension call');

2287:
2288: IF (x_enrl_info(x.header_id).trxn_extension_id IS NULL) THEN
2289: -- Debug Message
2290: IF (PV_DEBUG_HIGH_ON) THEN
2291: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension call');
2292: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' p_payment_method_rec.instrument_security_code ' || p_payment_method_rec.instrument_security_code);
2293: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' p_contact_party_id ' || p_contact_party_id);
2294: IF (p_enrollment_flow = 'Y') THEN
2295: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_enrl_info(x.header_id).enrl_req_id ' || x_enrl_info(x.header_id).enrl_req_id);

Line 2301: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension

2297: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_enrl_info(x.header_id).invite_header_id ' || x_enrl_info(x.header_id).invite_header_id);
2298: END IF;
2299: END IF;
2300:
2301: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
2302: (
2303: p_api_version => 1.0,
2304: p_init_msg_list => FND_API.G_FALSE,
2305: p_commit => FND_API.G_FALSE,

Line 2319: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_return_status);

2315: x_response => lx_response
2316: );
2317:
2318: IF (PV_DEBUG_HIGH_ON) THEN
2319: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_return_status);
2320: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_count);
2321: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_data);
2322: END IF;
2323:

Line 2320: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_count);

2316: );
2317:
2318: IF (PV_DEBUG_HIGH_ON) THEN
2319: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_return_status);
2320: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_count);
2321: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_data);
2322: END IF;
2323:
2324: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 2321: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_data);

2317:
2318: IF (PV_DEBUG_HIGH_ON) THEN
2319: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_return_status);
2320: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_count);
2321: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : ' || x_msg_data);
2322: END IF;
2323:
2324: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2325: IF (lx_response.Result_Category = 'INVALID_PARAM') THEN

Line 2339: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension call');

2335: x_enrl_info(x.header_id).trxn_extension_id := lx_trxn_extension_id;
2336:
2337: -- Debug Message
2338: IF (PV_DEBUG_HIGH_ON) THEN
2339: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension call');
2340: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' lx_trxn_extension_id ' || lx_trxn_extension_id);
2341: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' lx_instr_assign_id ' || lx_instr_assign_id);
2342: END IF;
2343:

Line 2361: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension call');

2357: END IF;
2358:
2359: -- Debug Message
2360: IF (PV_DEBUG_HIGH_ON) THEN
2361: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension call');
2362: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' instrument assignment id = ' || lx_instr_assign_id);
2363: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' skip authorization flag = ' || l_skip_auth);
2364: END IF;
2365:

Line 2370: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension

2366:
2367: -- Only update transaction extension if successful authorization hasn't already happened (online or offline)
2368: IF (l_skip_auth = 'N') THEN
2369:
2370: IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension
2371: (
2372: p_api_version => 1.0,
2373: p_init_msg_list => FND_API.G_FALSE,
2374: p_commit => FND_API.G_FALSE,

Line 2388: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_return_status);

2384: x_response => lx_response
2385: );
2386:
2387: IF (PV_DEBUG_HIGH_ON) THEN
2388: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_return_status);
2389: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_count);
2390: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_data);
2391: END IF;
2392:

Line 2389: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_count);

2385: );
2386:
2387: IF (PV_DEBUG_HIGH_ON) THEN
2388: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_return_status);
2389: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_count);
2390: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_data);
2391: END IF;
2392:
2393: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 2390: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_data);

2386:
2387: IF (PV_DEBUG_HIGH_ON) THEN
2388: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_return_status);
2389: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_count);
2390: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension : ' || x_msg_data);
2391: END IF;
2392:
2393: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2394: IF ((lx_response.Result_Category = 'INVALID_PARAM') or (lx_response.Result_Category = 'INCORRECT_FLOW')) THEN

Line 2406: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension call');

2402: END IF;
2403:
2404: -- Debug Message
2405: IF (PV_DEBUG_HIGH_ON) THEN
2406: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_TRXN_PUB.Update_Transaction_Extension call');
2407: END IF;
2408: END IF;
2409:
2410: END IF; -- x_enrl_info(x.header_id).trxn_extension_id IS NULL

Line 2430: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before IBY_FNDCPT_TRXN_PUB.Create_Authorization');

2426: l_auth_attribs.RiskEval_Enable_Flag := 'N';
2427:
2428: -- Debug Message
2429: IF (PV_DEBUG_HIGH_ON) THEN
2430: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before IBY_FNDCPT_TRXN_PUB.Create_Authorization');
2431: PVX_UTILITY_PVT.debug_message('Payee ID (Org ID): ' || l_payee.Org_id);
2432: END IF;
2433:
2434: IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION

Line 2434: IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION

2430: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before IBY_FNDCPT_TRXN_PUB.Create_Authorization');
2431: PVX_UTILITY_PVT.debug_message('Payee ID (Org ID): ' || l_payee.Org_id);
2432: END IF;
2433:
2434: IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION
2435: (
2436: p_api_version => 1.0,
2437: x_return_status => x_return_status,
2438: x_msg_count => x_msg_count,

Line 2451: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_return_status);

2447: x_response => lx_response
2448: );
2449:
2450: IF (PV_DEBUG_HIGH_ON) THEN
2451: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_return_status);
2452: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_count);
2453: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_data);
2454: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Code: ' || lx_response.Result_Code);
2455: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Category: ' || lx_response.Result_Category);

Line 2452: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_count);

2448: );
2449:
2450: IF (PV_DEBUG_HIGH_ON) THEN
2451: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_return_status);
2452: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_count);
2453: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_data);
2454: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Code: ' || lx_response.Result_Code);
2455: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Category: ' || lx_response.Result_Category);
2456: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Message: ' || lx_response.Result_Message);

Line 2453: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_data);

2449:
2450: IF (PV_DEBUG_HIGH_ON) THEN
2451: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_return_status);
2452: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_count);
2453: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_TRXN_PUB.CREATE_AUTHORIZATION : ' || x_msg_data);
2454: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Code: ' || lx_response.Result_Code);
2455: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Category: ' || lx_response.Result_Category);
2456: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_response Message: ' || lx_response.Result_Message);
2457: END IF;