DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on WIP_OSP

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

1109: IF(po_code_release_grp.Current_Release >=
1110: po_code_release_grp.PRC_11i_Family_Pack_J AND
1111: l_propagate_job_change_to_po = WIP_CONSTANTS.YES) THEN
1112: -- try to cancel all PO/requisitions associated to the jobs.
1113: wip_osp.cancelPOReq(p_job_id => l_jobRec.wip_entity_id,
1114: p_org_id => p_organization_id,
1115: p_clr_fnd_mes_flag => 'Y',
1116: x_return_status => l_ret_status);
1117: -- added parameter p_clr_fnd_mes_flag for bugfix 7415801.