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.33.12020000.7 2013/03/30 01:01:10 shengywa 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.33.12020000.7 2013/03/30 01:01:10 shengywa 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 378: eam_pmdef_pub.update_pm_last_cyclic_act

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

Line 504: eam_pmdef_pub.update_pm_last_service_reading

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

Line 1010: eam_pmdef_pub.update_pm_last_cyclic_act

1006: i:=i+1;
1007: end loop;
1008:
1009: /*FP of R12 bug 9744000 start */
1010: eam_pmdef_pub.update_pm_last_cyclic_act
1011: ( p_api_version => 1.0 ,
1012: p_init_msg_list => 'F' ,
1013: p_commit => 'F' ,
1014: p_validation_level => 100 ,

Line 1118: eam_pmdef_pub.update_pm_last_service_reading

1114: end loop;
1115:
1116: /*FP of R12 bug 9744000 start*/
1117: if(p_pm_runtime_rules_tbl.count <> 0) then
1118: eam_pmdef_pub.update_pm_last_service_reading
1119: ( p_api_version => 1.0 ,
1120: p_init_msg_list => 'F' ,
1121: p_commit => 'F' ,
1122: p_validation_level => 100 ,

Line 1449: eam_pmdef_pub.update_pm_last_cyclic_act

1445:
1446: end loop;
1447:
1448: /*bug 9744000 start */
1449: eam_pmdef_pub.update_pm_last_cyclic_act
1450: ( p_api_version => 1.0 ,
1451: p_init_msg_list => 'F' ,
1452: p_commit => 'F' ,
1453: p_validation_level => 100 ,

Line 1525: eam_pmdef_pub.update_pm_last_service_reading

1521: end loop; -- end for loop that loop through 3 tables
1522:
1523: /*FP of R12 bug 9744000 start*/
1524: if(p_pm_runtime_rules_tbl.count <> 0) then
1525: eam_pmdef_pub.update_pm_last_service_reading
1526: ( p_api_version => 1.0 ,
1527: p_init_msg_list => 'F' ,
1528: p_commit => 'F' ,
1529: p_validation_level => 100 ,

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

3203: end if;
3204:
3205: --call to get the last activity of the pm schedule
3206:
3207: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,
3208: p_activity_association_id =>l_act_assoc_id,
3209: x_return_status => l_return_status,
3210: x_msg_count => l_msg_count,
3211: x_msg_data => l_msg_data);

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

3323: end if;
3324:
3325: --call to get the last activity of the pm schedule
3326:
3327: eam_pmdef_pub.get_pm_last_activity(p_pm_schedule_id => l_pm_schedule_id,
3328: p_activity_association_id =>l_act_assoc_id,
3329: x_return_status => l_return_status,
3330: x_msg_count => l_msg_count,
3331: x_msg_data => l_msg_data);