DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_PAYMENT_TRXN_UTIL

Line 1072: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(

1068: --before process order api is called for the new order.
1069:
1070: L_trxn_extension_id := x_header_payment_tbl(k).trxn_extension_id;
1071:
1072: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(
1073: P_header_id => p_header_id, --Verify
1074: P_line_id => null,
1075: P_cust_id => l_invoice_to_cust_id,
1076: P_site_use_id => l_invoice_to_org_id,

Line 3393: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(

3389: -- calling process order api to create new order.
3390:
3391: L_trxn_extension_id := x_line_payment_tbl(I).trxn_extension_id;
3392:
3393: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(
3394: P_header_id => x_line_payment_tbl(I).header_id,
3395: P_line_id => x_line_payment_tbl(I).line_id,
3396: P_cust_id => l_invoice_to_cust_id,
3397: P_site_use_id => l_invoice_to_org_id,

Line 3889: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'

3885: oe_debug_pub.add('Header_id ...'||l_header_id);
3886: oe_debug_pub.add('Copy Header Payments flag...'||l_copy_header_payments);
3887: END IF;
3888: IF l_payment_type_code = 'CREDIT_CARD' and
3889: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'
3890: AND l_copy_header_payments = 'T' THEN
3891: IF l_debug_level > 0 THEN
3892: oe_debug_pub.add('Error in Copy order');
3893: END IF;

Line 3950: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn

3946: end;
3947:
3948: IF nvl(l_exists, 'N') = 'N' THEN --Verify
3949: --New trxn_extension_id and a new record in oe_payments table
3950: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn
3951: (P_header_id => l_header_rec.header_id, --Verify
3952: P_line_id => null,
3953: P_cust_id => l_invoice_to_cust_id,
3954: P_site_use_id => l_header_rec.invoice_to_org_id,

Line 4069: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'

4065: oe_debug_pub.add('Header_id ..'||l_header_id);
4066: END IF;
4067:
4068: IF l_cc_line_payments > 0 AND
4069: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'
4070: AND l_copy_line_payments = 'T' THEN
4071: IF l_debug_level > 0 THEN
4072: oe_debug_pub.add('Error in Line Payments Copy order');
4073: oe_debug_pub.add('Copy line payments checkbox...'||l_copy_line_payments);