DBA Data[Home] [Help]

APPS.MRP_FLOW_SCHEDULE_PUB dependencies on MRP_FLOW_SCHEDULE_PUB

Line 1: PACKAGE BODY MRP_Flow_Schedule_PUB AS

1: PACKAGE BODY MRP_Flow_Schedule_PUB AS
2: /* $Header: MRPPWFSB.pls 120.1.12010000.2 2008/08/20 19:26:14 adasa ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Flow_Schedule_PUB';

2: /* $Header: MRPPWFSB.pls 120.1.12010000.2 2008/08/20 19:26:14 adasa ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Flow_Schedule_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9: /*
10: Enhancement : 2665434

Line 12: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type

8: -- Forward declaration of Procedure Id_To_Value
9: /*
10: Enhancement : 2665434
11: Description : Changed the usage of the record type from old record type
12: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type
13: (MRP_FLow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type)
14: */
15: PROCEDURE Id_To_Value
16: ( p_flow_schedule_rec IN MRP_Flow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type

Line 24: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type

20: -- Forward declaration of procedure Value_To_Id
21: /*
22: Enhancement : 2665434
23: Description : Changed the usage of the record type from old record type
24: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type
25: (MRP_FLow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type)
26: */
27: PROCEDURE Value_To_Id
28: ( x_return_status OUT NOCOPY VARCHAR2

Line 1073: END MRP_Flow_Schedule_PUB;

1069: );
1070:
1071: END unlink_order_line;
1072:
1073: END MRP_Flow_Schedule_PUB;