DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_OPERATION_YIELDS

Line 10395: delete from wip_operation_yields

10391: if(l_chg_alt_flag = 1 or l_chg_ref_flag = 1 or l_chg_rev_flag = 1) then
10392: -- Delete WO records
10393: delete from wip_operations
10394: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10395: delete from wip_operation_yields
10396: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10397: delete from wip_operation_resources
10398: where wip_entity_id = v_wlji_wip_entity_id(v_idx);
10399: delete from wip_requirement_operations

Line 11080: update wip_operation_yields woy

11076: l_error_count := l_error_count + 1;
11077: GOTO abort_this_job;
11078: end if;
11079: l_stmt_num := 920.33;
11080: update wip_operation_yields woy
11081: set scrap_account = nvl(l_scrap_account_10, woy.scrap_account),
11082: est_scrap_absorb_account = nvl(l_est_scrap_abs_account_10,
11083: woy.est_scrap_absorb_account)
11084: where wip_entity_id = v_wlji_wip_entity_id(v_idx)