DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on PO_CODE_RELEASE_GRP

Line 1109: IF(po_code_release_grp.Current_Release >=

1105: where organization_id = p_organization_id;
1106:
1107: for l_jobRec in c_jobs loop
1108: -- add code to cancel PO/requisitions if exists and applicable
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,

Line 1110: po_code_release_grp.PRC_11i_Family_Pack_J AND

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