DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_ORDER_PUB

Line 23: g_delayed_requests OE_Order_PUB.Request_Tbl_Type;

19: p_request_unique_key4
20: p_request_unique_key5
21: */
22:
23: g_delayed_requests OE_Order_PUB.Request_Tbl_Type;
24:
25: TYPE Entity_Id_Rec_Type IS RECORD
26: ( request_ind NUMBER := FND_API.G_MISS_NUM
27: , entity_id NUMBER := FND_API.G_MISS_NUM

Line 208: , p_x_request_tbl IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.request_tbl_type

204:
205:
206: PROCEDURE Process_Order_Actions
207: ( p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
208: , p_x_request_tbl IN OUT NOCOPY /* file.sql.39 change */ OE_Order_PUB.request_tbl_type
209: , p_process_WF_requests IN BOOLEAN := TRUE
210: );
211:
212: /* Use this procedure to delete all requests when an entity is deleted.