DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_ADJ dependencies on OE_DELAYED_REQUESTS_PVT

Line 1311: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 1322: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 2151: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 2165: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 2180: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2176: ***/
2177:
2178: --TaxER start
2179: IF nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N' THEN
2180: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2181: (p_request_type => OE_GLOBALS.G_TAX_LINE
2182: ,p_delete => FND_API.G_TRUE
2183: ,x_return_status => l_return_status
2184: );

Line 2193: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2189: END IF;
2190: END IF;
2191: --TaxER end
2192: -- fixed bug 3271297
2193: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2194: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2195: ,p_delete => FND_API.G_TRUE
2196: ,x_return_status => l_return_status
2197: );

Line 2611: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2607: oe_debug_pub.add( 'ENTERING OE_OE_FORM_LINE_ADJ.PROCESS_DELAYED_REQUESTS' , 1 ) ;
2608: END IF;
2609:
2610: /*
2611: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2612: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2613: ,p_delete => FND_API.G_TRUE
2614: ,x_return_status => l_return_status
2615: );

Line 2623: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2619: RAISE FND_API.G_EXC_ERROR;
2620: END IF;
2621:
2622: -- process delayed requests for tax calculation.
2623: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2624: (p_request_type => OE_GLOBALS.G_TAX_LINE
2625: ,p_delete => FND_API.G_TRUE
2626: ,x_return_status => l_return_status
2627: );

Line 2636: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2632: END IF;
2633:
2634: IF OE_Commitment_Pvt.Do_Commitment_Sequencing THEN
2635: -- process delayed requests for commitment calculation.
2636: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2637: (p_request_type => OE_GLOBALS.G_CALCULATE_COMMITMENT
2638: ,p_delete => FND_API.G_TRUE
2639: ,x_return_status => l_return_status
2640: );

Line 2649: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2645: END IF;
2646: END IF;
2647:
2648: oe_debug_pub.ADD('Processing delayed request for Verify Payment for price adjustments changes.', 3);
2649: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2650: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2651: ,p_delete => FND_API.G_TRUE
2652: ,x_return_status => l_return_status
2653: );

Line 3634: oe_delayed_requests_pvt.log_request(

3630: /* 1905650
3631: G_PRICE_ADJ request should be logged against LINE entity, not
3632: against LINE_ADJ entity
3633: */
3634: oe_delayed_requests_pvt.log_request(
3635: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3636: p_entity_id => p_line_id_tbl(i),
3637: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3638: p_requesting_entity_id => p_line_id_tbl(i),

Line 3654: oe_delayed_requests_pvt.log_request(

3650: /* 1905650
3651: G_PRICE_ADJ request should be logged against LINE entity,
3652: not against LINE_ADJ entity
3653: */
3654: oe_delayed_requests_pvt.log_request(
3655: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
3656: p_entity_id => p_line_id_tbl(i),
3657: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE_ADJ,
3658: p_requesting_entity_id => p_line_id_tbl(i),