DBA Data[Home] [Help]

APPS.WSM_WIP_LOT_TXN_PVT dependencies on WSM_SM_RESULTING_JOBS

Line 1203: update wsm_sm_resulting_jobs

1199:
1200: l_index := l_resulting_jobs_tbl.first;
1201:
1202: while l_index is not null loop
1203: update wsm_sm_resulting_jobs
1204: set wip_entity_id = l_resulting_jobs_tbl(l_index).wip_entity_id,
1205: job_operation_seq_num = l_resulting_jobs_tbl(l_index).job_operation_seq_num
1206: where transaction_id = l_txn_header_rec.transaction_id
1207: and wip_entity_name = l_resulting_jobs_tbl(l_index).wip_entity_name;