DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_ADJ dependencies on OE_DELAYED_REQUESTS_PVT

Line 1083: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 1094: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 1965: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

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

Line 1977: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1973: RAISE FND_API.G_EXC_ERROR;
1974: END IF;
1975:
1976: -- fixed bug 3271297
1977: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1978: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
1979: ,p_delete => FND_API.G_TRUE
1980: ,x_return_status => l_return_status
1981: );

Line 1990: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

1986: END IF;
1987:
1988: /*****
1989: IF p_ok_flag = 'Y' THEN
1990: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
1991: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
1992: ,p_delete => FND_API.G_TRUE
1993: ,x_return_status => l_return_status
1994: );

Line 2360: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2356: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_ADJ.PROCESS_DELAYED_REQUESTS' , 1 ) ;
2357: END IF;
2358:
2359: /*
2360: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2361: (p_request_type => OE_GLOBALS.G_PRICE_ADJ
2362: ,p_delete => FND_API.G_TRUE
2363: ,x_return_status => l_return_status
2364: );

Line 2372: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2368: RAISE FND_API.G_EXC_ERROR;
2369: END IF;
2370:
2371: -- process delayed requests for tax calculation.
2372: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2373: (p_request_type => OE_GLOBALS.G_TAX_LINE
2374: ,p_delete => FND_API.G_TRUE
2375: ,x_return_status => l_return_status
2376: );

Line 2384: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype

2380: RAISE FND_API.G_EXC_ERROR;
2381: END IF;
2382:
2383: oe_debug_pub.ADD('Processing delayed request for Verify Payment for price adjustments changes.', 3);
2384: OE_DELAYED_REQUESTS_PVT.Process_Request_for_Reqtype
2385: (p_request_type => OE_GLOBALS.G_VERIFY_PAYMENT
2386: ,p_delete => FND_API.G_TRUE
2387: ,x_return_status => l_return_status
2388: );