DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_OPERATION_YIELDS

Line 10493: delete from wip_operation_yields

10489: if(l_chg_alt_flag = 1 or l_chg_ref_flag = 1 or l_chg_rev_flag = 1) then
10490: -- Delete WO records
10491: delete from wip_operations
10492: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10493: delete from wip_operation_yields
10494: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10495: delete from wip_operation_resources
10496: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10497: delete from wip_requirement_operations

Line 11182: update wip_operation_yields woy

11178: l_error_count := l_error_count + 1;
11179: GOTO abort_this_job;
11180: end if;
11181: l_stmt_num := 920.33;
11182: update wip_operation_yields woy
11183: set scrap_account = nvl(l_scrap_account_10, woy.scrap_account),
11184: est_scrap_absorb_account = nvl(l_est_scrap_abs_account_10,
11185: woy.est_scrap_absorb_account)
11186: where wip_entity_id = v_wlji_wip_entity_id(v_idx)