DBA Data[Home] [Help]

APPS.INV_COST_GROUP_PVT dependencies on WMS_LICENSE_PLATE_NUMBERS

Line 1717: wms_license_plate_numbers wlpn

1713: IF p_serial_number IS NULL THEN
1714: SELECT ccg.cost_group_id, ccg.cost_group
1715: INTO x_cost_group_id, x_cost_group
1716: FROM cst_cost_groups ccg, wms_lpn_contents wlc,
1717: wms_license_plate_numbers wlpn
1718: WHERE ccg.cost_group_id = wlc.cost_group_id
1719: AND (wlc.lot_number = p_lot_number
1720: OR (p_lot_number IS NULL AND wlc.lot_number IS NULL))
1721: AND (wlc.revision = p_revision