DBA Data[Home] [Help]

APPS.OE_ATP dependencies on OE_ATP

Line 1: PACKAGE BODY OE_ATP AS

1: PACKAGE BODY OE_ATP AS
2: /* $Header: OEXVATPB.pls 120.1.12020000.2 2013/01/18 22:49:06 gabhatia ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_ATP';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_ATP';

1: PACKAGE BODY OE_ATP AS
2: /* $Header: OEXVATPB.pls 120.1.12020000.2 2013/01/18 22:49:06 gabhatia ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='OE_ATP';
5:
6:
7: /*-----------------------------------------------------------------------------
8: Procedure Name : ATP_Check

Line 20: l_atp_tbl OE_ATP.atp_tbl_type;

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: --
24: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 316: l_out_atp_rec OE_ATP.atp_rec_type;

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);
320: l_entity_type VARCHAR2(30);

Line 317: l_out_atp_tbl OE_ATP.atp_tbl_type;

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);
320: l_entity_type VARCHAR2(30);
321: l_entity_id NUMBER;

Line 400: END OE_ATP;

396: END IF;
397:
398: END ATP_Inquiry;
399:
400: END OE_ATP;