DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on OE_ATP

Line 148: , x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.atp_tbl_type

144: , p_write_to_db IN VARCHAR2
145: , p_update_flag IN VARCHAR2 := FND_API.G_TRUE
146: , p_recursive_call IN VARCHAR2 := FND_API.G_TRUE
147: , p_x_line_rec IN OUT NOCOPY OE_ORDER_PUB.line_rec_type
148: , x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.atp_tbl_type
149: , x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2);
150:
151: Procedure Update_line_record
152: ( p_line_tbl IN OE_ORDER_PUB.line_tbl_type

Line 178: , x_out_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type

174:
175: Procedure Process_request
176: ( p_old_line_rec IN OE_ORDER_PUB.line_rec_type
177: , p_x_line_rec IN OUT NOCOPY OE_ORDER_PUB.line_rec_type
178: , x_out_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type
179: , x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2);
180:
181:
182: FUNCTION Get_Lead_Time

Line 232: , x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.ATP_tbl_Type

228:
229: Procedure Load_Results
230: ( p_atp_table IN MRP_ATP_PUB.ATP_Rec_Typ
231: , p_x_line_tbl IN OUT NOCOPY OE_ORDER_PUB.line_tbl_type
232: , x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.ATP_tbl_Type
233: , x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2);
234:
235: Procedure Insert_Into_Mtl_Sales_Orders
236: ( p_header_rec IN OE_ORDER_PUB.header_rec_type);