DBA Data[Home] [Help]

APPS.JAI_PO_OSP_PKG dependencies on WIP_DISCRETE_JOBS

Line 239: from wip_discrete_jobs

235: );
236:
237: cursor c_assembly_id_cur ( cp_wip_entity_id number)is
238: select primary_item_id
239: from wip_discrete_jobs
240: where wip_entity_id = cp_wip_entity_id;
241:
242:
243: cursor c_po_line_cur is

Line 260: FROM wip_discrete_jobs

256:
257: /* to get the routing sequence id*/
258: CURSOR c_discrete_bill_seq_id(cp_wip_entity NUMBER) IS
259: SELECT common_routing_sequence_id
260: FROM wip_discrete_jobs
261: WHERE wip_entity_id = cp_wip_entity;
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