DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WMS_LABEL_FIELD_VARIABLES

Line 1240: from wms_label_field_variables wlfv, wms_label_fields_b wlf

1236: select wlfv.label_field_id field_id,
1237: wlfv.field_variable_name variable_name,
1238: wlf.column_name column_name,
1239: wlf.sql_stmt
1240: from wms_label_field_variables wlfv, wms_label_fields_b wlf
1241: where wlfv.label_field_id = wlf.label_field_id
1242: and wlfv.label_format_id = p_format_id
1243: order by wlf.column_name;
1244: