DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on WIP_EAM_WRAPPROVAL_PVT

Line 2256: wip_eam_wrapproval_pvt.StartWRAProcess (

2252:
2253: -- since dept has been updated, generate a new notification
2254: -- for the new department
2255:
2256: wip_eam_wrapproval_pvt.StartWRAProcess (
2257: p_work_request_id => p_request_id,
2258: p_asset_number => l_new_asset_number,
2259: p_asset_group => l_new_asset_group_id,
2260: p_asset_location => null,

Line 3579: WIP_EAM_WRAPPROVAL_PVT.StartWRAProcess (

3575: ELSE
3576: l_expected_resolution_date := p_expected_resolution_date;
3577: END IF;
3578:
3579: WIP_EAM_WRAPPROVAL_PVT.StartWRAProcess (
3580: p_work_request_id => l_work_request_id,
3581: p_asset_number => p_asset_number ,
3582: p_asset_group => p_asset_group_id ,
3583: p_maintenance_object_id => l_instance_id, -- Bug 8786980