DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER2 dependencies on FND_VALUE_ATTRIBUTE_TYPES

Line 537: FROM fnd_value_attribute_types

533:
534: CURSOR all_qual_cursor(keystruct in FND_FLEX_SERVER1.FlexStructId) IS
535: SELECT segment_attribute_type fq_name, value_attribute_type sq_name,
536: application_column_name drv_colname, default_value dflt_val
537: FROM fnd_value_attribute_types
538: WHERE application_id = keystruct.application_id
539: AND id_flex_code = keystruct.id_flex_code;
540:
541: BEGIN