DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_ORDER_CACHE

Line 4995: OE_Order_Cache.Set_Order_Header(l_header_rec);

4991:
4992: -- aksingh performance
4993: -- As the update is on headers table, it is time to update
4994: -- cache also!
4995: OE_Order_Cache.Set_Order_Header(l_header_rec);
4996:
4997: -- Bug 1755817: clear the cached constraint results for header entity
4998: -- when order header is updated.
4999: OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results

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

5948: IF l_debug_level > 0 THEN
5949: oe_debug_pub.add('Trxn extension id is null.....');
5950: END IF;
5951: END;
5952: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5953: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5954: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5955: ELSE
5956: BEGIN

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

5949: oe_debug_pub.add('Trxn extension id is null.....');
5950: END IF;
5951: END;
5952: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5953: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5954: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5955: ELSE
5956: BEGIN
5957: IF l_debug_level > 0 THEN

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

5950: END IF;
5951: END;
5952: x_invoice_to_org_id := OE_Order_Cache.g_invoice_to_rec.org_id;
5953: x_ship_from_org_id := OE_Order_Cache.g_ship_to_rec.ship_from_org_id; --Verify
5954: x_ship_to_org_id := OE_Order_Cache.g_ship_to_rec.org_id;
5955: ELSE
5956: BEGIN
5957: IF l_debug_level > 0 THEN
5958: oe_debug_pub.add('Before getting trxn id else'||l_payments_tbl(I).line_id||' and '||p_header_rec.header_id);

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

7538: l_pay_now_total_detail_tbl(1).freight_amount := nvl(l_charge_amount,0);
7539:
7540:
7541: OE_PREPAYMENT_PVT.Get_First_Installment
7542: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7543: ,p_x_due_now_total_detail_tbl => l_pay_now_total_detail_tbl
7544: ,x_due_now_total_summary_rec => l_pay_now_total_summary_rec
7545: ,x_return_status => l_return_status
7546: ,x_msg_count => l_msg_count

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

7565: AR_VIEW_TERM_GRP.pay_now_amounts
7566: (p_api_version => 1.0
7567: ,p_init_msg_list => FND_API.G_TRUE
7568: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
7569: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7570: ,p_amounts_tbl => l_pay_now_total_detail_tbl
7571: ,x_pay_now_summary_rec => l_pay_now_total_summary_rec
7572: ,x_return_status => l_return_status
7573: ,x_msg_count => l_msg_count

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

7791: l_pay_now_total_detail_tbl(1).freight_amount := nvl(l_charge_amount,0);
7792:
7793:
7794: OE_PREPAYMENT_PVT.Get_First_Installment
7795: (p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7796: ,p_x_due_now_total_detail_tbl => l_pay_now_total_detail_tbl
7797: ,x_due_now_total_summary_rec => l_pay_now_total_summary_rec
7798: ,x_return_status => l_return_status
7799: ,x_msg_count => l_msg_count

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

7818: AR_VIEW_TERM_GRP.pay_now_amounts
7819: (p_api_version => 1.0
7820: ,p_init_msg_list => FND_API.G_TRUE
7821: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
7822: ,p_currency_code => OE_Order_Cache.g_header_rec.transactional_curr_code
7823: ,p_amounts_tbl => l_pay_now_total_detail_tbl
7824: ,x_pay_now_summary_rec => l_pay_now_total_summary_rec
7825: ,x_return_status => l_return_status
7826: ,x_msg_count => l_msg_count

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

8198:
8199: -- aksingh performance
8200: -- As the update is on headers table, it is time to update
8201: -- cache also!
8202: -- ??? OE_Order_Cache.Set_Order_Header(l_header_rec);
8203:
8204: -- Bug 1755817: clear the cached constraint results for header entity
8205: -- when order header is updated.
8206: -- ?? OE_PC_Constraints_Admin_Pvt.Clear_Cached_Results