DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_PAYMENT_TRXN_UTIL

Line 4732: OE_Payment_Trxn_Util.Get_Payment_Trxn_Info(p_header_id => p_header_id,

4728: END;
4729:
4730: IF l_exists = 'Y' and l_trxn_extension_id is not null then
4731: BEGIN
4732: OE_Payment_Trxn_Util.Get_Payment_Trxn_Info(p_header_id => p_header_id,
4733: P_trxn_extension_id => l_trxn_extension_id,
4734: P_payment_type_code => l_payment_type_code,
4735: X_credit_card_number => p_credit_card_number,
4736: X_credit_card_holder_name => p_credit_card_holder_name,

Line 9099: OE_Payment_Trxn_Util.g_old_bill_to_site := p_old_header_rec.invoice_to_org_id;

9095: oe_debug_pub.add('New invoice to'||p_old_header_rec.invoice_to_org_id);
9096: IF NOT OE_GLOBALS.Equal(p_old_header_rec.invoice_to_org_id,FND_API.G_MISS_NUM)
9097: AND p_old_header_rec.invoice_to_org_id IS NOT NULL AND
9098: p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
9099: OE_Payment_Trxn_Util.g_old_bill_to_site := p_old_header_rec.invoice_to_org_id;
9100: END IF;
9101: oe_debug_pub.add('Bill to site changed in post_write_process'||OE_Payment_Trxn_Util.g_old_bill_to_site);
9102: END IF;
9103:

Line 9101: oe_debug_pub.add('Bill to site changed in post_write_process'||OE_Payment_Trxn_Util.g_old_bill_to_site);

9097: AND p_old_header_rec.invoice_to_org_id IS NOT NULL AND
9098: p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
9099: OE_Payment_Trxn_Util.g_old_bill_to_site := p_old_header_rec.invoice_to_org_id;
9100: END IF;
9101: oe_debug_pub.add('Bill to site changed in post_write_process'||OE_Payment_Trxn_Util.g_old_bill_to_site);
9102: END IF;
9103:
9104: oe_debug_pub.add('Operatoin in post write...in header rec..'||p_x_header_rec.operation);
9105: