DBA Data[Home] [Help]

APPS.GL_FLEX_INSERT_PKG dependencies on FND_FLEX_VALIDATION_TABLES

Line 274: /* FND_FLEX_VALIDATION_TABLES */

270: /* FND_FLEX_VALUES */
271: /* FND_SEG_RPT_ATTRIBUTES */
272: /* FND_FLEX_VALUE_SETS */
273: /* FND_TABLES */
274: /* FND_FLEX_VALIDATION_TABLES */
275: /* */
276: /* ----------------------------------------------------------------------- */
277:
278:

Line 3629: from fnd_flex_validation_tables

3625: and table_id = c_RptAttr.table_id;
3626:
3627: select value_column_name
3628: into vs_column_name
3629: from fnd_flex_validation_tables
3630: where flex_value_set_id = c_RptAttr.vsid;
3631:
3632: update_cl := update_cl ||
3633: c_RptAttr.aseg_name ||