DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on WIP_OSP

Line 846: wip_osp.cancelPOReq(p_job_id => l_jobRec.wip_entity_id,

842: IF(po_code_release_grp.Current_Release >=
843: po_code_release_grp.PRC_11i_Family_Pack_J AND
844: l_propagate_job_change_to_po = WIP_CONSTANTS.YES) THEN
845: -- try to cancel all PO/requisitions associated to the jobs.
846: wip_osp.cancelPOReq(p_job_id => l_jobRec.wip_entity_id,
847: p_org_id => p_organization_id,
848: p_clr_fnd_mes_flag => 'Y',
849: x_return_status => l_ret_status);
850: -- added parameter p_clr_fnd_mes_flag for bugfix 7415801.