DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT_W dependencies on EAM_ASSET_OPERATION_TXN_PVT

Line 1: package body eam_asset_operation_txn_pvt_w as

1: package body eam_asset_operation_txn_pvt_w as
2: /* $Header: EAMVAORB.pls 120.4 2008/01/26 01:53:51 devijay ship $ */
3: procedure insert_txn(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 250: eam_asset_operation_txn_pvt.insert_txn(p_api_version,

246:
247:
248:
249: -- here's the delegated call to the old PL/SQL routine
250: eam_asset_operation_txn_pvt.insert_txn(p_api_version,
251: p_init_msg_list,
252: p_commit,
253: p_validation_level,
254: p_txn_date,

Line 386: eam_asset_operation_txn_pvt.insert_quality_plans(ddp_eam_ops_quality_tbl,

382:
383:
384:
385: -- here's the delegated call to the old PL/SQL routine
386: eam_asset_operation_txn_pvt.insert_quality_plans(ddp_eam_ops_quality_tbl,
387: p_instance_id,
388: p_txn_date,
389: p_comments,
390: p_operable_flag,

Line 581: eam_asset_operation_txn_pvt.insert_meter_readings(ddp_eam_meter_reading_tbl,

577:
578:
579:
580: -- here's the delegated call to the old PL/SQL routine
581: eam_asset_operation_txn_pvt.insert_meter_readings(ddp_eam_meter_reading_tbl,
582: ddp_counter_properties_tbl,
583: p_instance_id,
584: p_txn_id,
585: x_return_status,

Line 598: end eam_asset_operation_txn_pvt_w;

594:
595:
596: end;
597:
598: end eam_asset_operation_txn_pvt_w;