DBA Data[Home] [Help]

APPS.OE_ATP dependencies on OE_ORDER_PUB

Line 18: l_line_rec OE_ORDER_PUB.line_rec_type;

14: ,x_atp_rec OUT NOCOPY /* file.sql.39 change */ atp_rec_type
15: ,x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
16: )
17: IS
18: l_line_rec OE_ORDER_PUB.line_rec_type;
19: l_old_line_rec OE_ORDER_PUB.line_rec_type;
20: l_atp_tbl OE_ATP.atp_tbl_type;
21: --- 2697690 --
22: l_scheduling_level_code VARCHAR2(30) := NULL;

Line 19: l_old_line_rec OE_ORDER_PUB.line_rec_type;

15: ,x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
16: )
17: IS
18: l_line_rec OE_ORDER_PUB.line_rec_type;
19: l_old_line_rec OE_ORDER_PUB.line_rec_type;
20: l_atp_tbl OE_ATP.atp_tbl_type;
21: --- 2697690 --
22: l_scheduling_level_code VARCHAR2(30) := NULL;
23: --

Line 268: ,x_line_rec IN OUT NOCOPY OE_ORDER_PUB.line_rec_type)

264:
265: END ATP_Check;
266:
267: Procedure Assign_Atprec(p_line_atp_rec IN line_atp_rec_type
268: ,x_line_rec IN OUT NOCOPY OE_ORDER_PUB.line_rec_type)
269: IS
270: --
271: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
272: --

Line 315: l_line_atp_rec OE_ORDER_PUB.line_rec_type;

311: , p_entity_id IN NUMBER
312: , x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
313: , x_atp_tbl OUT NOCOPY /* file.sql.39 change */ ATP_TBL_TYPE)
314: IS
315: l_line_atp_rec OE_ORDER_PUB.line_rec_type;
316: l_out_atp_rec OE_ATP.atp_rec_type;
317: l_out_atp_tbl OE_ATP.atp_tbl_type;
318:
319: l_return_status VARCHAR2(1);