DBA Data[Home] [Help]

APPS.MRP_WFS_FORM_FLOW_SCHEDULE dependencies on MRP_FLOW_SCHEDULE_PUB

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

13: -- Forward declaration of procedures maintaining entity record cache.
14: /*
15: Enhancement : 2665434
16: Description : Changed the usage of the record type from old record type
17: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type
18: (MRP_FLow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type)
19: */
20:
21: PROCEDURE Write_flow_schedule

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

25:
26: /*
27: Enhancement : 2665434
28: Description : Changed the usage of the record type from old record type
29: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type
30: (MRP_FLow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type)
31: */
32: FUNCTION Get_flow_schedule
33: ( p_db_record IN BOOLEAN := NULL

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

36: RETURN MRP_Flow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type;
37:
38: /*Enhancement : 2665434
39: Changed the usage of the record type from old record type
40: (MRP_FLow_Schedule_PUB.Flow_Schedule_Rec_Type) to new record type
41: (MRP_FLow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type)
42: Using the logic to initialize g_flow_schedule_rec and g_db_flow_schedule_rec to NULL instead
43: of G_MISS_REC.
44: */

Line 57: g_opr__tbl MRP_Flow_Schedule_PUB.Flow_Schedule_Tbl_Type;

53:
54:
55: -- Global variable holding performed operations.
56:
57: g_opr__tbl MRP_Flow_Schedule_PUB.Flow_Schedule_Tbl_Type;
58:
59: -- Procedure : Default_Attributes
60: --
61: