DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on WIP_REQ_OPERATION_COST_DETAILS

Line 137: update wip_req_operation_cost_details WROCD

133: l_layer_qty_table( l_layer_qty_table.FIRST ).layer_id := -1;
134: l_layer_qty_table( l_layer_qty_table.FIRST ).layer_qty := -1 * i_txn_qty;
135: /*
136: Need to create WIP layers to match WRO; used -1 for INV layer ID
137: update wip_req_operation_cost_details WROCD
138: set applied_matl_value = 0
139: where
140: WROCD.wip_entity_id = i_wip_entity_id and
141: WROCD.operation_seq_num = i_op_seq_num and

Line 224: update wip_req_operation_cost_details WROCD

220:
221: -- update WROCD.applied_matl_value
222: l_stmt_num := 60;
223:
224: update wip_req_operation_cost_details WROCD
225: set applied_matl_value
226: =
227: (
228: select

Line 424: update wip_req_operation_cost_details WROCD

420: end if;
421:
422: -- update WROCD
423: l_stmt_num := 100;
424: update wip_req_operation_cost_details WROCD
425: set
426: (
427: WROCD.applied_matl_value,
428: WROCD.temp_relieved_value