DBA Data[Home] [Help]

APPS.PAY_SOE_UTIL dependencies on FND_FLEX_VALIDATION_TABLES

Line 161: , fnd_flex_validation_tables t

157: --
158: cursor getTableValidation is
159: select f.flex_value_set_id
160: from fnd_id_flex_segments f
161: , fnd_flex_validation_tables t
162: where f.id_flex_code = p_id_flex_code
163: and f.id_flex_num = p_id_flex_num
164: and f.application_column_name = p_application_column_name
165: and f.flex_value_set_id = t.flex_value_set_id;