DBA Data[Home] [Help]

APPS.PAY_SOE_UTIL dependencies on FND_FLEX_VALIDATION_TABLES

Line 165: , fnd_flex_validation_tables t

161: --
162: cursor getTableValidation is
163: select f.flex_value_set_id
164: from fnd_id_flex_segments f
165: , fnd_flex_validation_tables t
166: where f.id_flex_code = p_id_flex_code
167: and f.id_flex_num = p_id_flex_num
168: and f.application_column_name = p_application_column_name
169: and f.flex_value_set_id = t.flex_value_set_id;