DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on CSF_PREVENTIVE_MAINTENANCE_PVT

Line 1: PACKAGE BODY CSF_PREVENTIVE_MAINTENANCE_PVT as

1: PACKAGE BODY CSF_PREVENTIVE_MAINTENANCE_PVT as
2: /* $Header: csfvpmtb.pls 120.12 2006/10/09 22:40:45 ibalint noship $ */
3: -- Start of Comments
4: -- Package name : CSF_Preventive_Maintenance_PVT
5: -- Purpose : Preventive Maintenace Concurrent Program API.

Line 4: -- Package name : CSF_Preventive_Maintenance_PVT

1: PACKAGE BODY CSF_PREVENTIVE_MAINTENANCE_PVT as
2: /* $Header: csfvpmtb.pls 120.12 2006/10/09 22:40:45 ibalint noship $ */
3: -- Start of Comments
4: -- Package name : CSF_Preventive_Maintenance_PVT
5: -- Purpose : Preventive Maintenace Concurrent Program API.
6: -- History : Initial version for release 11.5.9
7: -- : Replaced ahl_unit_effectivities_b with ahl_unit_effectivities_app_v
8: -- for 11.5.10.

Line 12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSF_Preventive_Maintenance_PVT';

8: -- for 11.5.10.
9: -- NOTE :
10: -- End of Comments
11:
12: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSF_Preventive_Maintenance_PVT';
13: G_FILE_NAME CONSTANT VARCHAR2(12) := 'csfvpmtb.pls';
14: g_retcode number := 0;
15:
16: Procedure Add_Err_Msg Is

Line 1314: End CSF_Preventive_Maintenance_PVT;

1310: ,X_RETURN_STATUS => X_RETURN_STATUS);
1311:
1312: End update_sr_tasks;
1313:
1314: End CSF_Preventive_Maintenance_PVT;
1315: