DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on WSM_COPY_REQUIREMENT_OPS

Line 653: from wsm_copy_requirement_ops

649: for update nowait;
650:
651: cursor c_WCRO is
652: select 1
653: from wsm_copy_requirement_ops
654: where wip_entity_id = p_wipEntityID
655: and organization_id = p_orgID
656: for update nowait;
657:

Line 1689: update wsm_copy_requirement_ops

1685:
1686: l_stat_num := 100;
1687: --update mtl requirement dates WCRO
1688: forall i in l_cnt_wo+1..p_opTbl.count
1689: update wsm_copy_requirement_ops
1690: set reco_date_required = l_OpStartDate(i),
1691: ----standard who columns----
1692: last_update_date = l_sysdate,
1693: last_updated_by = l_userID,

Line 1709: update wsm_copy_requirement_ops

1705:
1706: --bug 6345672: begin
1707: l_stat_num := 105;
1708: if g_update_current_op and l_cnt_wo is not NULL and l_cnt_wo > 0 then --bug 6345672
1709: update wsm_copy_requirement_ops
1710: set reco_date_required = l_OpStartDate(l_cnt_wo),
1711: ----standard who columns----
1712: last_update_date = l_sysdate,
1713: last_updated_by = l_userID,