DBA Data[Home] [Help]

APPS.OKC_TIME_UTIL_PVT dependencies on FND_FLEX_VALUE_SETS

Line 422: fnd_flex_value_sets fvs

418: fvs.flex_value_set_name,
419: dff.descriptive_flex_context_code rdf_code
420: FROM
421: fnd_descr_flex_col_usage_vl dff,
422: fnd_flex_value_sets fvs
423: WHERE
424: fvs.flex_value_set_id = dff.flex_value_set_id and
425: --- need to select based on application id and descriptive flexfield name
426: dff.application_id = p_app_id and

Line 480: fnd_flex_value_sets fvs

476: fvs.flex_value_set_name,
477: dff.application_column_name
478: FROM
479: fnd_descr_flex_col_usage_vl dff,
480: fnd_flex_value_sets fvs
481: WHERE
482: fvs.flex_value_set_id = dff.flex_value_set_id and
483: --- need to select based on application id and descriptive flexfield name
484: dff.descriptive_flex_context_code = p_rdf_code and

Line 590: fnd_flex_value_sets fvs

586: fvs.flex_value_set_name,
587: dff.application_column_name
588: FROM
589: fnd_descr_flex_col_usage_vl dff,
590: fnd_flex_value_sets fvs
591: WHERE
592: fvs.flex_value_set_id = dff.flex_value_set_id and
593: --- need to select based on application id and descriptive flexfield name
594: dff.descriptive_flex_context_code = p_rdf_code and