DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on PO_CODE_RELEASE_GRP

Line 324: if(po_code_release_grp.Current_Release >=

320: p_wip_entity_id => wjsi_row.wip_entity_id,
321: p_rep_sched_id => null,
322: p_organization_id => wjsi_row.organization_id,
323: p_entity_type => 1) = TRUE) then
324: if(po_code_release_grp.Current_Release >=
325: po_code_release_grp.PRC_11i_Family_Pack_J) then
326:
327: select propagate_job_change_to_po
328: into l_propagate_job_change_to_po

Line 325: po_code_release_grp.PRC_11i_Family_Pack_J) then

321: p_rep_sched_id => null,
322: p_organization_id => wjsi_row.organization_id,
323: p_entity_type => 1) = TRUE) then
324: if(po_code_release_grp.Current_Release >=
325: po_code_release_grp.PRC_11i_Family_Pack_J) then
326:
327: select propagate_job_change_to_po
328: into l_propagate_job_change_to_po
329: from wip_parameters

Line 379: if(po_code_release_grp.Current_Release >=

375: p_rep_sched_id => null,
376: p_organization_id => wjsi_row.organization_id,
377: p_entity_type => 1) = TRUE) then
378:
379: if(po_code_release_grp.Current_Release >=
380: po_code_release_grp.PRC_11i_Family_Pack_J) then
381: select propagate_job_change_to_po
382: into l_propagate_job_change_to_po
383: from wip_parameters

Line 380: po_code_release_grp.PRC_11i_Family_Pack_J) then

376: p_organization_id => wjsi_row.organization_id,
377: p_entity_type => 1) = TRUE) then
378:
379: if(po_code_release_grp.Current_Release >=
380: po_code_release_grp.PRC_11i_Family_Pack_J) then
381: select propagate_job_change_to_po
382: into l_propagate_job_change_to_po
383: from wip_parameters
384: where organization_id = wjsi_row.organization_id;