DBA Data[Home] [Help]

APPS.OE_GROUP_SCH_UTIL dependencies on OE_ATP

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

3553: call process order for the lines that successfuly passed scheduling.
3554: ---------------------------------------------------------------*/
3555: Procedure Schedule_Order(p_header_id IN NUMBER,
3556: p_sch_action IN VARCHAR2,
3557: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,
3558: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
3559: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
3560: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3561: IS

Line 3570: l_atp_tbl OE_ATP.atp_tbl_type;

3566: l_msg_count NUMBER;
3567: l_msg_data VARCHAR2(2000);
3568:
3569: -- Need to remove this.
3570: l_atp_tbl OE_ATP.atp_tbl_type;
3571: --
3572: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3573: --
3574: BEGIN

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

3723: Procedure Schedule_Multi_lines
3724: (p_selected_line_tbl IN OE_GLOBALS.Selected_Record_Tbl, --R12.MOAC
3725: p_line_count IN NUMBER,
3726: p_sch_action IN VARCHAR2,
3727: x_atp_tbl OUT NOCOPY /* file.sql.39 change */ OE_ATP.Atp_Tbl_Type,
3728: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
3729: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
3730: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3731: IS