DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on IBY_FNDCPT_SETUP_PUB

Line 1705: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;

1701: ) RETURN VARCHAR2 IS
1702: l_return_status VARCHAR2(100);
1703: l_msg_count NUMBER;
1704: l_msg_data VARCHAR2(200);
1705: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
1706: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1707: BEGIN
1708:
1709: IF ((p_attribute <> 'CVV2') and (p_attribute <> 'STMT')) THEN

Line 1713: IBY_FNDCPT_SETUP_PUB.get_payment_channel_attribs

1709: IF ((p_attribute <> 'CVV2') and (p_attribute <> 'STMT')) THEN
1710: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1711: END IF;
1712:
1713: IBY_FNDCPT_SETUP_PUB.get_payment_channel_attribs
1714: (
1715: p_api_version => 1.0,
1716: p_init_msg_list => FND_API.G_FALSE,
1717: x_return_status => l_return_status,

Line 1809: l_payment_attribs IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_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;
1813: lx_instr_assign_id NUMBER;

Line 1810: l_card_instrument IBY_FNDCPT_SETUP_PUB.CreditCard_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;
1813: lx_instr_assign_id NUMBER;
1814: lx_trxn_extension_id NUMBER;

Line 1811: l_PmtInstrument IBY_FNDCPT_SETUP_PUB.PmtInstrument_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;
1813: lx_instr_assign_id NUMBER;
1814: lx_trxn_extension_id NUMBER;
1815: l_is_authorized VARCHAR2(1);

Line 1812: l_assignment_attr IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_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;
1813: lx_instr_assign_id NUMBER;
1814: lx_trxn_extension_id NUMBER;
1815: l_is_authorized VARCHAR2(1);
1816:

Line 1927: IBY_FNDCPT_SETUP_PUB.get_payment_channel_attribs

1923: * Only running validations for everything except security code if the inst_assignment_id is null
1924: * meaning we're dealing with a new credit card
1925: * Adding code to process new credit cards
1926: */
1927: IBY_FNDCPT_SETUP_PUB.get_payment_channel_attribs
1928: (
1929: p_api_version => p_api_version_number,
1930: p_init_msg_list => FND_API.G_FALSE,
1931: x_return_status => x_return_status,

Line 2140: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_SETUP_PUB.process_credit_card call');

2136:
2137:
2138: -- Debug Message
2139: IF (PV_DEBUG_HIGH_ON) THEN
2140: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_SETUP_PUB.process_credit_card call');
2141: END IF;
2142:
2143:
2144: IBY_FNDCPT_SETUP_PUB.process_credit_card

Line 2144: IBY_FNDCPT_SETUP_PUB.process_credit_card

2140: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the IBY_FNDCPT_SETUP_PUB.process_credit_card call');
2141: END IF;
2142:
2143:
2144: IBY_FNDCPT_SETUP_PUB.process_credit_card
2145: (
2146: p_api_version => 1.0,
2147: p_init_msg_list => FND_API.G_FALSE,
2148: p_commit => FND_API.G_FALSE,

Line 2161: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_return_status);

2157: );
2158:
2159: -- Debug Message
2160: IF (PV_DEBUG_HIGH_ON) THEN
2161: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_return_status);
2162: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_count);
2163: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_data);
2164: END IF;
2165:

Line 2162: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_count);

2158:
2159: -- Debug Message
2160: IF (PV_DEBUG_HIGH_ON) THEN
2161: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_return_status);
2162: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_count);
2163: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_data);
2164: END IF;
2165:
2166:

Line 2163: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_data);

2159: -- Debug Message
2160: IF (PV_DEBUG_HIGH_ON) THEN
2161: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_return_status from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_return_status);
2162: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_count from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_count);
2163: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' x_msg_data from IBY_FNDCPT_SETUP_PUB.process_credit_card call: ' || x_msg_data);
2164: END IF;
2165:
2166:
2167:

Line 2181: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_SETUP_PUB.process_credit_card call');

2177: END IF;
2178:
2179: -- Debug Message
2180: IF (PV_DEBUG_HIGH_ON) THEN
2181: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the IBY_FNDCPT_SETUP_PUB.process_credit_card call');
2182: END IF;
2183:
2184: ELSE
2185: lx_instr_assign_id := p_payment_method_rec.instr_assignment_id;