DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 611: from wip_requirement_operations

607: for update nowait;
608:
609: cursor c_WRO is
610: select 1
611: from wip_requirement_operations
612: where wip_entity_id = p_wipEntityID
613: and organization_id = p_orgID
614: for update nowait;
615:

Line 1666: update wip_requirement_operations

1662: ----------------------------------------------------------------
1663: l_stat_num := 90;
1664: --update mtl requirement dates WRO
1665: forall i in 1..l_cnt_wo
1666: update wip_requirement_operations
1667: set date_required = NVL(l_OpStartDate(i), date_required),
1668: ----standard who columns----
1669: last_update_date = l_sysdate,
1670: last_updated_by = l_userID,