DBA Data[Home] [Help]

APPS.WSMPJUPD dependencies on WIP_OPERATION_YIELDS

Line 2216: INSERT INTO WIP_OPERATION_YIELDS

2212:
2213: l_stmt_num := 20;
2214:
2215: forall l_job_counter in indices of p_new_rj_we_id_tbl
2216: INSERT INTO WIP_OPERATION_YIELDS
2217: (wip_entity_id,
2218: operation_seq_num,
2219: organization_id,
2220: last_update_date,

Line 2250: from wip_operation_yields woy

2246: woy.program_update_date,
2247: woy.scrap_account,
2248: woy.est_scrap_absorb_account,
2249: NULL
2250: from wip_operation_yields woy
2251: WHERE wip_entity_id = p_rep_we_id
2252: AND operation_seq_num <= p_curr_op_seq_num
2253: );
2254: