DBA Data[Home] [Help]

APPS.JAI_PO_OSP_PKG dependencies on WIP_DISCRETE_JOBS

Line 298: from wip_discrete_jobs

294: );
295:
296: cursor c_assembly_id_cur ( cp_wip_entity_id number)is
297: select primary_item_id
298: from wip_discrete_jobs
299: where wip_entity_id = cp_wip_entity_id;
300:
301:
302: cursor c_po_line_cur is

Line 320: FROM wip_discrete_jobs

316: /* to get the routing sequence id*/
317: /*this cursor is commented for bug 8602495*/
318: /*CURSOR c_discrete_bill_seq_id(cp_wip_entity NUMBER) IS
319: SELECT common_routing_sequence_id
320: FROM wip_discrete_jobs
321: WHERE wip_entity_id = cp_wip_entity;*/
322:
323: /* to check if this is the first operation. */
324: /*This cursor re-written for bug 8602495*/