APPS.JAI_PO_OSP_PKG dependencies on BOM_OPERATION_SEQUENCES
Line 266: FROM bom_operation_sequences
262:
263: /* to check if this is the first operation. */
264: CURSOR c_get_rout_status(cp_routing_seq_id NUMBER, cp_wip_operation NUMBER) IS
265: SELECT COUNT(1) 266: FROM bom_operation_sequences 267: WHERE routing_sequence_ID = cp_routing_seq_id
268: AND operation_seq_num < cp_wip_operation ;
269:
270: