DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on WIP_EAM_WRAPPROVAL_PVT

Line 992: wip_eam_wrapproval_pvt.StartWRAProcess (

988: end if;
989:
990: -- since dept has been updated, generate a new notification
991: -- for the new department
992: wip_eam_wrapproval_pvt.StartWRAProcess (
993: p_work_request_id => p_request_id,
994: p_asset_number => l_new_asset_number,
995: p_asset_group => l_new_asset_group_id,
996: p_asset_location => null,

Line 3517: WIP_EAM_WRAPPROVAL_PVT.StartWRAProcess (

3513: ELSE
3514: l_expected_resolution_date := p_expected_resolution_date;
3515: END IF;
3516:
3517: WIP_EAM_WRAPPROVAL_PVT.StartWRAProcess (
3518: p_work_request_id => l_work_request_id,
3519: p_asset_number => p_asset_number ,
3520: p_asset_group => p_asset_group_id ,
3521: p_asset_location => l_asset_location_id ,