DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on WMS_LABEL_SET_FORMATS

Line 484: from wms_label_set_formats wlfs , wms_label_formats wlf

480: --R12 PROJECT LABEL SET with RFID
481:
482: CURSOR c_label_formats_in_set(p_format_set_id IN NUMBER) IS
483: select wlfs.format_id label_format_id, wlf.label_entity_type --FOR SETS
484: from wms_label_set_formats wlfs , wms_label_formats wlf
485: where WLFS.SET_ID = p_format_set_id
486: and wlfs.set_id = wlf.label_format_id
487: and wlf.label_entity_type = 1
488: AND WLF.DOCUMENT_ID = 3