DBA Data[Home] [Help]

APPS.CSTPACMS dependencies on WIP_OPERATIONS

Line 223: FROM wip_operations

219:
220: CURSOR c_find_missing_op IS
221: SELECT
222: operation_seq_num
223: FROM wip_operations
224: WHERE wip_entity_id = i_wip_entity_id;
225:
226: CURSOR c_mti IS
227: SELECT

Line 265: /* If nothing in WIP operations, ignore row validation in cst_comp_snap_interface */

261: CLOSE c_wt;
262: END IF;
263:
264: l_wop_count := 0;
265: /* If nothing in WIP operations, ignore row validation in cst_comp_snap_interface */
266: SELECT count(*)
267: INTO l_wop_count
268: FROM wip_operations
269: WHERE wip_entity_id = i_wip_entity_id;

Line 268: FROM wip_operations

264: l_wop_count := 0;
265: /* If nothing in WIP operations, ignore row validation in cst_comp_snap_interface */
266: SELECT count(*)
267: INTO l_wop_count
268: FROM wip_operations
269: WHERE wip_entity_id = i_wip_entity_id;
270:
271: IF (l_wop_count = 0) THEN
272: return(1);