DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on WMS_LABEL_FORMATS

Line 2234: FROM wms_label_formats

2230: OPEN x_format_lov FOR
2231: SELECT label_format_id
2232: , label_format_name
2233: , Decode(label_entity_type,1,'Label Set', 'Format')
2234: FROM wms_label_formats
2235: WHERE document_id = p_label_type_id
2236: AND NVL(format_disable_date, SYSDATE + 1) > SYSDATE --Bug #3452076
2237: AND label_format_name like (p_format_name)
2238: ORDER BY label_format_name;