DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on WMS_LABEL_FORMATS

Line 2204: FROM wms_label_formats

2200: OPEN x_format_lov FOR
2201: SELECT label_format_id
2202: , label_format_name
2203: , Decode(label_entity_type,1,'Label Set', 'Format')
2204: FROM wms_label_formats
2205: WHERE document_id = p_label_type_id
2206: AND NVL(format_disable_date, SYSDATE + 1) > SYSDATE --Bug #3452076
2207: AND label_format_name like (p_format_name)
2208: ORDER BY label_format_name;