DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on PO_CODE_RELEASE_GRP

Line 842: IF(po_code_release_grp.Current_Release >=

838: where organization_id = p_organization_id;
839:
840: for l_jobRec in c_jobs loop
841: -- add code to cancel PO/requisitions if exists and applicable
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,

Line 843: po_code_release_grp.PRC_11i_Family_Pack_J AND

839:
840: for l_jobRec in c_jobs loop
841: -- add code to cancel PO/requisitions if exists and applicable
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,