DBA Data[Home] [Help]

APPS.OE_GROUP_SCH_UTIL dependencies on OE_ATP

Line 3473: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,

3469: call process order for the lines that successfuly passed scheduling.
3470: ---------------------------------------------------------------*/
3471: Procedure Schedule_Order(p_header_id IN NUMBER,
3472: p_sch_action IN VARCHAR2,
3473: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,
3474: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
3475: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
3476: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3477: IS

Line 3486: l_atp_tbl OE_ATP.atp_tbl_type;

3482: l_msg_count NUMBER;
3483: l_msg_data VARCHAR2(2000);
3484:
3485: -- Need to remove this.
3486: l_atp_tbl OE_ATP.atp_tbl_type;
3487: --
3488: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3489: --
3490: BEGIN

Line 3643: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,

3639: Procedure Schedule_Multi_lines
3640: (p_selected_line_tbl IN OE_GLOBALS.Selected_Record_Tbl, --R12.MOAC
3641: p_line_count IN NUMBER,
3642: p_sch_action IN VARCHAR2,
3643: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,
3644: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
3645: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
3646: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3647: IS