DBA Data[Home] [Help]

APPS.INV_LABEL_PVT8 dependencies on DUAL

Line 3608: FROM DUAL

3604: --Bug 9472868-starts
3605: IF (p_label_type_info.business_flow_code = 6 ) THEN
3606: BEGIN
3607: SELECT count(1) INTO l_multi_format
3608: FROM DUAL
3609: WHERE EXISTS (SELECT wlfv.label_field_id, count(*) count
3610: FROM wms_label_field_variables wlfv
3611: WHERE wlfv.label_format_id = l_label_format_id
3612: GROUP BY wlfv.label_field_id