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.21.12020000.2 2012/07/26 19:25:49 hhaugeru ship $ */
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.21.12020000.2 2012/07/26 19:25:49 hhaugeru ship $ */
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 1361: End CSF_Preventive_Maintenance_PVT;

1357: ,X_RETURN_STATUS => X_RETURN_STATUS);
1358:
1359: End update_sr_tasks;
1360:
1361: End CSF_Preventive_Maintenance_PVT;
1362: