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 1669: update wip_requirement_operations

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