DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_PARAMETERS

Line 118: from wip_parameters

114: if ( wjsi_row.serialization_start_op is null and
115: wjsi_row.primary_item_id is not null) then
116: select default_serialization_start_op
117: into l_defaultSer
118: from wip_parameters
119: where organization_id = wjsi_row.organization_id;
120:
121: if ( l_serStartOp is not null ) then
122: update wip_discrete_jobs

Line 329: from wip_parameters

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
330: where organization_id = wjsi_row.organization_id;
331:
332: if(l_propagate_job_change_to_po =WIP_CONSTANTS.YES)then
333: wip_osp.updatePOReqQuantity(

Line 383: from wip_parameters

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;
385: -- job quantity decrease
386: if(l_propagate_job_change_to_po =
387: WIP_CONSTANTS.YES) then

Line 662: wip_parameters wp,

658: wjsi.serialization_start_op
659: from wip_accounting_classes wac,
660: bom_operational_routings rtg,
661: bom_structures_b bom,
662: wip_parameters wp,
663: wip_job_schedule_interface wjsi
664: where wjsi.rowid = p_rowid
665: and nvl(rtg.cfm_routing_flag,2) = 2
666: and wac.class_code(+) = wjsi.class_code