DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_ADJ dependencies on OE_DELAYED_REQUESTS_PVT

Line 1309: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1305: ELSIF l_x_Line_Adj_rec.return_status = FND_API.G_RET_STS_ERROR THEN
1306: RAISE FND_API.G_EXC_ERROR;
1307: END IF;
1308:
1309: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1310: (p_request_type => OE_GLOBALS.G_CHECK_DUPLICATE
1311: ,p_delete => FND_API.G_TRUE
1312: ,x_return_status => l_return_status
1313: );

Line 1320: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1316: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1317: RAISE FND_API.G_EXC_ERROR;
1318: END IF;
1319:
1320: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1321: (p_request_type => OE_GLOBALS.G_CHECK_FIXED_PRICE
1322: ,p_delete => FND_API.G_TRUE
1323: ,x_return_status => l_return_status
1324: );

Line 2149: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2145: x_lock_control := l_x_Line_Adj_rec.lock_control;
2146:
2147: -- commented out by linda
2148: /****
2149: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2150: (p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE
2151: ,p_delete => FND_API.G_TRUE
2152: ,x_return_status => l_return_status
2153: );

Line 2163: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2159: ***/
2160:
2161: /***
2162: IF p_ok_flag = 'Y' THEN
2163: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2164: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2165: ,p_delete => FND_API.G_TRUE
2166: ,x_return_status => l_return_status
2167: );

Line 2177: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2173: END IF;
2174: ***/
2175:
2176: -- fixed bug 3271297
2177: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2178: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2179: ,p_delete => FND_API.G_TRUE
2180: ,x_return_status => l_return_status
2181: );

Line 2594: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2590: oe_debug_pub.add( 'ENTERING OE_OE_FORM_LINE_ADJ.PROCESS_DELAYED_REQUESTS' , 1 ) ;
2591: END IF;
2592:
2593: /*
2594: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2595: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2596: ,p_delete => FND_API.G_TRUE
2597: ,x_return_status => l_return_status
2598: );

Line 2606: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2602: RAISE FND_API.G_EXC_ERROR;
2603: END IF;
2604:
2605: -- process delayed requests for tax calculation.
2606: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2607: (p_request_type => OE_GLOBALS.G_TAX_LINE
2608: ,p_delete => FND_API.G_TRUE
2609: ,x_return_status => l_return_status
2610: );

Line 2619: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2615: END IF;
2616:
2617: IF OE_Commitment_Pvt.Do_Commitment_Sequencing THEN
2618: -- process delayed requests for commitment calculation.
2619: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2620: (p_request_type => OE_GLOBALS.G_CALCULATE_COMMITMENT
2621: ,p_delete => FND_API.G_TRUE
2622: ,x_return_status => l_return_status
2623: );

Line 2632: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2628: END IF;
2629: END IF;
2630:
2631: oe_debug_pub.ADD('Processing delayed request for Verify Payment for price adjustments changes.', 3);
2632: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2633: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2634: ,p_delete => FND_API.G_TRUE
2635: ,x_return_status => l_return_status
2636: );

Line 3604: oe_delayed_requests_pvt.log_request(

3600: /* 1905650
3601: G_PRICE_ADJ request should be logged against LINE entity, not
3602: against LINE_ADJ entity
3603: */
3604: oe_delayed_requests_pvt.log_request(
3605: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3606: p_entity_id => p_line_id_tbl(i),
3607: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3608: p_requesting_entity_id => p_line_id_tbl(i),

Line 3624: oe_delayed_requests_pvt.log_request(

3620: /* 1905650
3621: G_PRICE_ADJ request should be logged against LINE entity,
3622: not against LINE_ADJ entity
3623: */
3624: oe_delayed_requests_pvt.log_request(
3625: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3626: p_entity_id => p_line_id_tbl(i),
3627: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3628: p_requesting_entity_id => p_line_id_tbl(i),