DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_ADJ dependencies on OE_DELAYED_REQUESTS_PVT

Line 1085: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1081: ELSIF l_x_header_adj_rec.return_status = FND_API.G_RET_STS_ERROR THEN
1082: RAISE FND_API.G_EXC_ERROR;
1083: END IF;
1084: stmt:=25;
1085: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1086: (p_request_type => OE_GLOBALS.G_CHECK_DUPLICATE
1087: ,p_delete => FND_API.G_TRUE
1088: ,x_return_status => l_return_status
1089: );

Line 1096: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1092: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1093: RAISE FND_API.G_EXC_ERROR;
1094: END IF;
1095:
1096: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1097: (p_request_type => OE_GLOBALS.G_CHECK_FIXED_PRICE
1098: ,p_delete => FND_API.G_TRUE
1099: ,x_return_status => l_return_status
1100: );

Line 1967: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1963: *******/
1964:
1965: x_lock_control := l_x_Header_Adj_rec.lock_control;
1966:
1967: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1968: (p_request_type => OE_GLOBALS.G_CHECK_PERCENTAGE
1969: ,p_delete => FND_API.G_TRUE
1970: ,x_return_status => l_return_status
1971: );

Line 1980: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1976: END IF;
1977:
1978: --TaxER start
1979: IF nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N' THEN
1980: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1981: (p_request_type => OE_GLOBALS.G_TAX_LINE
1982: ,p_delete => FND_API.G_TRUE
1983: ,x_return_status => l_return_status
1984: );

Line 1994: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1990: END IF;
1991: --TaxER end
1992:
1993: -- fixed bug 3271297
1994: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1995: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
1996: ,p_delete => FND_API.G_TRUE
1997: ,x_return_status => l_return_status
1998: );

Line 2007: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2003: END IF;
2004:
2005: /*****
2006: IF p_ok_flag = 'Y' THEN
2007: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2008: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2009: ,p_delete => FND_API.G_TRUE
2010: ,x_return_status => l_return_status
2011: );

Line 2377: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2373: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_ADJ.PROCESS_DELAYED_REQUESTS' , 1 ) ;
2374: END IF;
2375:
2376: /*
2377: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2378: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2379: ,p_delete => FND_API.G_TRUE
2380: ,x_return_status => l_return_status
2381: );

Line 2389: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2385: RAISE FND_API.G_EXC_ERROR;
2386: END IF;
2387:
2388: -- process delayed requests for tax calculation.
2389: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2390: (p_request_type => OE_GLOBALS.G_TAX_LINE
2391: ,p_delete => FND_API.G_TRUE
2392: ,x_return_status => l_return_status
2393: );

Line 2401: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2397: RAISE FND_API.G_EXC_ERROR;
2398: END IF;
2399:
2400: oe_debug_pub.ADD('Processing delayed request for Verify Payment for price adjustments changes.', 3);
2401: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2402: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2403: ,p_delete => FND_API.G_TRUE
2404: ,x_return_status => l_return_status
2405: );