DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_PAYMENT_TRXN_UTIL

Line 1144: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(

1140: --before process order api is called for the new order.
1141:
1142: L_trxn_extension_id := x_header_payment_tbl(k).trxn_extension_id;
1143:
1144: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(
1145: P_header_id => p_header_id, --Verify
1146: P_line_id => null,
1147: P_cust_id => l_invoice_to_cust_id,
1148: P_site_use_id => l_invoice_to_org_id,

Line 3543: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(

3539: -- calling process order api to create new order.
3540:
3541: L_trxn_extension_id := x_line_payment_tbl(I).trxn_extension_id;
3542:
3543: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn(
3544: P_header_id => x_line_payment_tbl(I).header_id,
3545: P_line_id => x_line_payment_tbl(I).line_id,
3546: P_cust_id => l_invoice_to_cust_id,
3547: P_site_use_id => l_invoice_to_org_id,

Line 4039: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'

4035: oe_debug_pub.add('Header_id ...'||l_header_id);
4036: oe_debug_pub.add('Copy Header Payments flag...'||l_copy_header_payments);
4037: END IF;
4038: IF l_payment_type_code = 'CREDIT_CARD' and
4039: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'
4040: AND l_copy_header_payments = 'T' THEN
4041: IF l_debug_level > 0 THEN
4042: oe_debug_pub.add('Error in Copy order');
4043: END IF;

Line 4100: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn

4096: end;
4097:
4098: IF nvl(l_exists, 'N') = 'N' THEN --Verify
4099: --New trxn_extension_id and a new record in oe_payments table
4100: OE_PAYMENT_TRXN_UTIL.Create_Payment_Trxn
4101: (P_header_id => l_header_rec.header_id, --Verify
4102: P_line_id => null,
4103: P_cust_id => l_invoice_to_cust_id,
4104: P_site_use_id => l_header_rec.invoice_to_org_id,

Line 4219: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'

4215: oe_debug_pub.add('Header_id ..'||l_header_id);
4216: END IF;
4217:
4218: IF l_cc_line_payments > 0 AND
4219: OE_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'
4220: AND l_copy_line_payments = 'T' THEN
4221: IF l_debug_level > 0 THEN
4222: oe_debug_pub.add('Error in Line Payments Copy order');
4223: oe_debug_pub.add('Copy line payments checkbox...'||l_copy_line_payments);