DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_ORDER_CACHE

Line 4922: OE_Order_Cache.Set_Order_Header(l_header_rec);

4918:
4919: -- aksingh performance
4920: -- As the update is on headers table, it is time to update
4921: -- cache also!
4922: OE_Order_Cache.Set_Order_Header(l_header_rec);
4923:
4924: -- Bug 1755817: clear the cached constraint results for header entity
4925: -- when order header is updated.
4926: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

Line 5788: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;

5784: IF l_debug_level > 0 THEN
5785: oe_debug_pub.add('Trxn extension id is null.....');
5786: END IF;
5787: END;
5788: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5789: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5790: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5791: ELSE
5792: BEGIN

Line 5789: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify

5785: oe_debug_pub.add('Trxn extension id is null.....');
5786: END IF;
5787: END;
5788: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5789: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5790: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5791: ELSE
5792: BEGIN
5793: IF l_debug_level > 0 THEN

Line 5790: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;

5786: END IF;
5787: END;
5788: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5789: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5790: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5791: ELSE
5792: BEGIN
5793: IF l_debug_level > 0 THEN
5794: oe_debug_pub.add('Before getting trxn id else'||l_payments_tbl(I).line_id||' and '||p_header_rec.header_id);

Line 6911: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code

6907: l_pay_now_total_detail_tbl(1).freight_amount := nvl(l_charge_amount,0);
6908:
6909:
6910: OE_PREPAYMENT_PVT.Get_First_Installment
6911: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
6912: ,p_x_due_now_total_detail_tbl => l_pay_now_total_detail_tbl
6913: ,x_due_now_total_summary_rec => l_pay_now_total_summary_rec
6914: ,x_return_status => l_return_status
6915: ,x_msg_count => l_msg_count

Line 6938: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code

6934: AR_VIEW_TERM_GRP.pay_now_amounts
6935: (p_api_version => 1.0
6936: ,p_init_msg_list => FND_API.G_TRUE
6937: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
6938: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
6939: ,p_amounts_tbl => l_pay_now_total_detail_tbl
6940: ,x_pay_now_summary_rec => l_pay_now_total_summary_rec
6941: ,x_return_status => l_return_status
6942: ,x_msg_count => l_msg_count

Line 7159: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code

7155: l_pay_now_total_detail_tbl(1).freight_amount := nvl(l_charge_amount,0);
7156:
7157:
7158: OE_PREPAYMENT_PVT.Get_First_Installment
7159: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7160: ,p_x_due_now_total_detail_tbl => l_pay_now_total_detail_tbl
7161: ,x_due_now_total_summary_rec => l_pay_now_total_summary_rec
7162: ,x_return_status => l_return_status
7163: ,x_msg_count => l_msg_count

Line 7186: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code

7182: AR_VIEW_TERM_GRP.pay_now_amounts
7183: (p_api_version => 1.0
7184: ,p_init_msg_list => FND_API.G_TRUE
7185: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
7186: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7187: ,p_amounts_tbl => l_pay_now_total_detail_tbl
7188: ,x_pay_now_summary_rec => l_pay_now_total_summary_rec
7189: ,x_return_status => l_return_status
7190: ,x_msg_count => l_msg_count

Line 7558: -- ??? OE_Order_Cache.Set_Order_Header(l_header_rec);

7554:
7555: -- aksingh performance
7556: -- As the update is on headers table, it is time to update
7557: -- cache also!
7558: -- ??? OE_Order_Cache.Set_Order_Header(l_header_rec);
7559:
7560: -- Bug 1755817: clear the cached constraint results for header entity
7561: -- when order header is updated.
7562: -- ?? OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results