DBA Data[Home] [Help]

APPS.INV_ITEM_INQ dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 403: * a) Removed outer join between MFG_LOOKUPS and WMS_LICENSE_PLATE_NUMBERS since

399: Locator and Sub are fetched. (as part of bug 2314495)
400: ****************************************************************************/
401:
402: /* Changes for Bug #2810546
403: * a) Removed outer join between MFG_LOOKUPS and WMS_LICENSE_PLATE_NUMBERS since
404: * an LPN will always have a context associated
405: * b) Forked the code to fetch the dock door if the LPN context is "Loaded to Dock(9)"
406: * For this join between wms_license_plate_numbers, wms_shipping_transactions_temp
407: * and mtl_item_locations.

Line 406: * For this join between wms_license_plate_numbers, wms_shipping_transactions_temp

402: /* Changes for Bug #2810546
403: * a) Removed outer join between MFG_LOOKUPS and WMS_LICENSE_PLATE_NUMBERS since
404: * an LPN will always have a context associated
405: * b) Forked the code to fetch the dock door if the LPN context is "Loaded to Dock(9)"
406: * For this join between wms_license_plate_numbers, wms_shipping_transactions_temp
407: * and mtl_item_locations.
408: * d) For other LPN contexts, we do not need dock door information. So removed the
409: * join with wms_shipping_transactions_temp and mtl_item_locations (milk2).
410: * e) Use the cached values for PROJECT_NUMBER and TASK_NUMBER instead of fetching

Line 422: FROM wms_license_plate_numbers

418: l_lpn_context_id NUMBER;
419: BEGIN
420:
421: SELECT lpn_context INTO l_lpn_context_id
422: FROM wms_license_plate_numbers
423: WHERE lpn_id = p_parent_lpn_id;
424:
425: /********************************************************************************
426: * The formation of cursor is different when the LPN Context is Packing Context.

Line 481: wms_license_plate_numbers lpn,

477: --lpn status project start
478: NVL(mmtt.lpn_id,mmtt.content_lpn_id)
479: --lpn status project end
480: FROM mtl_material_transactions_temp mmtt,
481: wms_license_plate_numbers lpn,
482: wms_license_plate_numbers lpn3,
483: mtl_parameters mp,
484: cst_cost_groups ccg,
485: mtl_item_locations_kfv mlc ,

Line 482: wms_license_plate_numbers lpn3,

478: NVL(mmtt.lpn_id,mmtt.content_lpn_id)
479: --lpn status project end
480: FROM mtl_material_transactions_temp mmtt,
481: wms_license_plate_numbers lpn,
482: wms_license_plate_numbers lpn3,
483: mtl_parameters mp,
484: cst_cost_groups ccg,
485: mtl_item_locations_kfv mlc ,
486: mtl_secondary_inventories msub,

Line 551: wms_license_plate_numbers lpn,

547: --lpn status project end
548:
549: FROM mtl_material_transactions_temp mmtt,
550: mtl_transaction_lots_temp mtlt,
551: wms_license_plate_numbers lpn,
552: wms_license_plate_numbers lpn3,
553: mtl_parameters mp,
554: cst_cost_groups ccg,
555: mtl_item_locations_kfv mlc ,

Line 552: wms_license_plate_numbers lpn3,

548:
549: FROM mtl_material_transactions_temp mmtt,
550: mtl_transaction_lots_temp mtlt,
551: wms_license_plate_numbers lpn,
552: wms_license_plate_numbers lpn3,
553: mtl_parameters mp,
554: cst_cost_groups ccg,
555: mtl_item_locations_kfv mlc ,
556: mtl_secondary_inventories msub,

Line 619: wms_license_plate_numbers lpn,

615: --lpn status project end
616:
617: FROM
618: wms_lpn_contents wlc,
619: wms_license_plate_numbers lpn,
620: wms_license_plate_numbers lpn3,
621: mtl_parameters mp,
622: cst_cost_groups ccg,
623: mtl_item_locations mlc ,

Line 620: wms_license_plate_numbers lpn3,

616:
617: FROM
618: wms_lpn_contents wlc,
619: wms_license_plate_numbers lpn,
620: wms_license_plate_numbers lpn3,
621: mtl_parameters mp,
622: cst_cost_groups ccg,
623: mtl_item_locations mlc ,
624: mtl_secondary_inventories msub,

Line 685: wms_license_plate_numbers lpn,

681: --lpn status project start
682: wlc.parent_lpn_id
683: --lpn status project end
684: FROM wms_lpn_contents wlc,
685: wms_license_plate_numbers lpn,
686: mtl_parameters mp,
687: wms_license_plate_numbers lpn3,
688: cst_cost_groups ccg,
689: mtl_item_locations_kfv mlc ,

Line 687: wms_license_plate_numbers lpn3,

683: --lpn status project end
684: FROM wms_lpn_contents wlc,
685: wms_license_plate_numbers lpn,
686: mtl_parameters mp,
687: wms_license_plate_numbers lpn3,
688: cst_cost_groups ccg,
689: mtl_item_locations_kfv mlc ,
690: mtl_secondary_inventories msub,
691: mtl_item_locations_kfv milk,

Line 789: wms_license_plate_numbers lpn,

785: wlc.serial_number,
786: nvl(wlc.cost_group_id, 0),
787: wlc.source_name
788: ) wwlc,
789: wms_license_plate_numbers lpn,
790: wms_license_plate_numbers lpn3,
791: mtl_parameters mp,
792: cst_cost_groups ccg,
793: mtl_item_locations mlc ,

Line 790: wms_license_plate_numbers lpn3,

786: nvl(wlc.cost_group_id, 0),
787: wlc.source_name
788: ) wwlc,
789: wms_license_plate_numbers lpn,
790: wms_license_plate_numbers lpn3,
791: mtl_parameters mp,
792: cst_cost_groups ccg,
793: mtl_item_locations mlc ,
794: mtl_secondary_inventories msub,

Line 892: wms_license_plate_numbers lpn,

888: wlc.parent_lpn_id
889: --lpn status project end
890:
891: FROM wms_lpn_contents wlc,
892: wms_license_plate_numbers lpn,
893: mtl_parameters mp,
894: wms_license_plate_numbers lpn3,
895: cst_cost_groups ccg,
896: mtl_item_locations_kfv mlc ,

Line 894: wms_license_plate_numbers lpn3,

890:
891: FROM wms_lpn_contents wlc,
892: wms_license_plate_numbers lpn,
893: mtl_parameters mp,
894: wms_license_plate_numbers lpn3,
895: cst_cost_groups ccg,
896: mtl_item_locations_kfv mlc ,
897: mtl_secondary_inventories msub,
898: mtl_item_locations_kfv milk,

Line 979: , WMS_LICENSE_PLATE_NUMBERS lpn

975: , nvl(wlc.secondary_quantity, 0)
976: , msiv.secondary_uom_code
977: -- INVCONV end
978: FROM WMS_LPN_CONTENTS wlc
979: , WMS_LICENSE_PLATE_NUMBERS lpn
980: , mtl_system_items_vl msiv -- Modified for Bug # 5472330
981: , mtl_parameters mp
982: , wms_license_plate_numbers lpn3
983: , cst_cost_groups ccg

Line 982: , wms_license_plate_numbers lpn3

978: FROM WMS_LPN_CONTENTS wlc
979: , WMS_LICENSE_PLATE_NUMBERS lpn
980: , mtl_system_items_vl msiv -- Modified for Bug # 5472330
981: , mtl_parameters mp
982: , wms_license_plate_numbers lpn3
983: , cst_cost_groups ccg
984: , mtl_item_locations mlc
985: , mtl_secondary_inventories msub
986: , mtl_lot_numbers mln

Line 1038: from wms_license_plate_numbers wlpn,

1034:
1035: and mlk.lookup_type = 'WMS_LPN_CONTEXT'
1036: and mlk.lookup_code = lpn.lpn_context(+)
1037: and not exists (select wlpn.lpn_id
1038: from wms_license_plate_numbers wlpn,
1039: mtl_material_transactions_temp t,
1040: wms_dispatched_tasks w
1041: where w.status = 4
1042: and w.task_type <> 2