DBA Data[Home] [Help]

APPS.EAM_PMDEF_PUB dependencies on EAM_PMDEF_PUB

Line 1: PACKAGE BODY EAM_PMDef_Pub AS

1: PACKAGE BODY EAM_PMDef_Pub AS
2: /* $Header: EAMPPMDB.pls 120.20.12010000.3 2008/12/01 12:39:47 srkotika ship $*/
3: -- Start of comments
4: -- API name : package EAM_PMDef_Pub; API's: instantiate_PM_def, create_PM_def, update_PM_def
5: -- Type : Public

Line 4: -- API name : package EAM_PMDef_Pub; API's: instantiate_PM_def, create_PM_def, update_PM_def

1: PACKAGE BODY EAM_PMDef_Pub AS
2: /* $Header: EAMPPMDB.pls 120.20.12010000.3 2008/12/01 12:39:47 srkotika ship $*/
3: -- Start of comments
4: -- API name : package EAM_PMDef_Pub; API's: instantiate_PM_def, create_PM_def, update_PM_def
5: -- Type : Public
6: -- Function : Copy, create, and update PM definition and associated PM rules.
7: -- Pre-reqs : None.
8: -- Version : Current version: 1.0

Line 15: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PMDef_Pub';

11: -- Notes
12: --
13: -- End of comments
14:
15: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PMDef_Pub';
16: g_sysdate DATE :=sysdate;
17: /* for de-bugging */
18: PROCEDURE print_log(info varchar2) is
19: PRAGMA AUTONOMOUS_TRANSACTION;

Line 375: eam_pmdef_pub.update_pm_last_cyclic_act

371: end if;
372:
373: end loop;
374:
375: eam_pmdef_pub.update_pm_last_cyclic_act
376: ( p_api_version => 1.0 ,
377: p_init_msg_list => 'F' ,
378: p_commit => 'F' ,
379: p_validation_level => 100 ,

Line 501: eam_pmdef_pub.update_pm_last_service_reading

497: end if;
498:
499: end loop;
500:
501: eam_pmdef_pub.update_pm_last_service_reading
502: ( p_api_version => 1.0 ,
503: p_init_msg_list => 'F' ,
504: p_commit => 'F' ,
505: p_validation_level => 100 ,

Line 3102: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,

3098: end if;
3099:
3100: --call to get the last activity of the pm schedule
3101:
3102: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,
3103: p_activity_association_id =>l_act_assoc_id,
3104: x_return_status => l_return_status,
3105: x_msg_count => l_msg_count,
3106: x_msg_data => l_msg_data);

Line 3223: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,

3219: end if;
3220:
3221: --call to get the last activity of the pm schedule
3222:
3223: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,
3224: p_activity_association_id =>l_act_assoc_id,
3225: x_return_status => l_return_status,
3226: x_msg_count => l_msg_count,
3227: x_msg_data => l_msg_data);