DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSMPWROT

Line 1639: -- (released a special case of bonus). Note however that wsmpwrot.populate_wro called from this

1635: --***********************************************************************************************
1636:
1637: -- This procedure does not populate any quantity value (except scheduled_quantity) in wip_operations.
1638: -- Quantity is populated in build_lbji_info according to whether the job is unreleased, or bonus
1639: -- (released a special case of bonus). Note however that wsmpwrot.populate_wro called from this
1640: -- operation populates quantity values in wro. Also, this procedure doesn't update the prev/vext_op_seq_num
1641: -- in wo. That's taken care of in build_lbji_info. It's more efficient that way.
1642:
1643:

Line 2031: WSMPWROT.POPULATE_WRO (

2027: WHERE BOR.assembly_item_id= decode(p_job_type,1,p_assembly_item_id,p_rtg_reference_id)
2028: AND nvl(BOR.alternate_routing_designator, '***') = nvl(p_alt_rtg_designator, '***')
2029: and bor.organization_id = p_organization_id;
2030:
2031: WSMPWROT.POPULATE_WRO (
2032: p_first_flag => l_first_flag,
2033: p_wip_entity_id => p_wip_entity_id,
2034: p_organization_id => p_organization_id,
2035: p_assembly_item_id => l_item_id,

Line 7784: delete from bom_explosion_temp where group_id = wsmpwrot.explosion_group_id;

7780: end if;
7781: -- osp end
7782:
7783: -- phantom project
7784: delete from bom_explosion_temp where group_id = wsmpwrot.explosion_group_id;
7785: wsmpwrot.explosion_group_id := null;
7786: wsmpwrot.use_phantom_routings := null;
7787:
7788: commit;

Line 7785: wsmpwrot.explosion_group_id := null;

7781: -- osp end
7782:
7783: -- phantom project
7784: delete from bom_explosion_temp where group_id = wsmpwrot.explosion_group_id;
7785: wsmpwrot.explosion_group_id := null;
7786: wsmpwrot.use_phantom_routings := null;
7787:
7788: commit;
7789:

Line 7786: wsmpwrot.use_phantom_routings := null;

7782:
7783: -- phantom project
7784: delete from bom_explosion_temp where group_id = wsmpwrot.explosion_group_id;
7785: wsmpwrot.explosion_group_id := null;
7786: wsmpwrot.use_phantom_routings := null;
7787:
7788: commit;
7789:
7790: if l_error_count = 0 then