DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 1382: FROM fnd_descr_flex_col_usage_vl

1378: BEGIN
1379: OPEN x_segment FOR
1380: SELECT end_user_column_name, application_column_name, enabled_flag,
1381: required_flag, default_type, default_value
1382: FROM fnd_descr_flex_col_usage_vl
1383: WHERE application_id = p_application_id
1384: AND descriptive_flexfield_name = p_flex_name
1385: AND descriptive_flex_context_code = p_flex_context_code;
1386: