DBA Data[Home] [Help]

APPS.CSD_RECALLS_PVT dependencies on WIP_OPERATIONS

Line 262: FROM wip_operations

258:
259: BEGIN
260: SELECT MIN(operation_seq_num)
261: INTO l_operation_seq_num
262: FROM wip_operations
263: WHERE wip_entity_id = l_post_wipml_tbl(i).wip_entity_id;
264: EXCEPTION
265: WHEN no_data_found THEN
266: l_operation_seq_num := 0;