DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WMS_LABEL_FIELD_VARIABLES

Line 1301: from wms_label_field_variables wlfv, wms_label_fields_b wlf

1297: select wlfv.label_field_id field_id,
1298: wlfv.field_variable_name variable_name,
1299: wlf.column_name column_name,
1300: wlf.sql_stmt
1301: from wms_label_field_variables wlfv, wms_label_fields_b wlf
1302: where wlfv.label_field_id = wlf.label_field_id
1303: and wlfv.label_format_id = p_format_id
1304: order by wlf.column_name;
1305: