DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_PAYMENT_TRXN_UTIL

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

4878: END;
4879:
4880: IF l_exists = 'Y' and l_trxn_extension_id is not null then
4881: BEGIN
4882: OE_Payment_Trxn_Util.Get_Payment_Trxn_Info(p_header_id => p_header_id,
4883: P_trxn_extension_id => l_trxn_extension_id,
4884: P_payment_type_code => l_payment_type_code,
4885: X_credit_card_number => p_credit_card_number,
4886: X_credit_card_holder_name => p_credit_card_holder_name,

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

9311: oe_debug_pub.add('New invoice to'||p_old_header_rec.invoice_to_org_id);
9312: IF NOT OE_GLOBALS.Equal(p_old_header_rec.invoice_to_org_id,FND_API.G_MISS_NUM)
9313: AND p_old_header_rec.invoice_to_org_id IS NOT NULL AND
9314: p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
9315: OE_Payment_Trxn_Util.g_old_bill_to_site := p_old_header_rec.invoice_to_org_id;
9316: END IF;
9317: oe_debug_pub.add('Bill to site changed in post_write_process'||OE_Payment_Trxn_Util.g_old_bill_to_site);
9318: END IF;
9319:

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

9313: AND p_old_header_rec.invoice_to_org_id IS NOT NULL AND
9314: p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
9315: OE_Payment_Trxn_Util.g_old_bill_to_site := p_old_header_rec.invoice_to_org_id;
9316: END IF;
9317: oe_debug_pub.add('Bill to site changed in post_write_process'||OE_Payment_Trxn_Util.g_old_bill_to_site);
9318: END IF;
9319:
9320: oe_debug_pub.add('Operatoin in post write...in header rec..'||p_x_header_rec.operation);
9321: