DBA Data[Home] [Help]

APPS.GL_FLEX_INSERT_PKG dependencies on FND_FLEX_VALUE_SETS

Line 272: /* FND_FLEX_VALUE_SETS */

268: /* FND_FLEX_HIERARCHIES */
269: /* FND_FLEX_VALUE_HIERARCHIES */
270: /* FND_FLEX_VALUES */
271: /* FND_SEG_RPT_ATTRIBUTES */
272: /* FND_FLEX_VALUE_SETS */
273: /* FND_TABLES */
274: /* FND_FLEX_VALIDATION_TABLES */
275: /* */
276: /* ----------------------------------------------------------------------- */

Line 3553: fnd_flex_value_sets valset

3549: nvl(attr.attr_segment_name, '') aseg_name,
3550: nvl(valset.validation_type, '') vtype,
3551: valset.parent_flex_value_set_id parent_vsid
3552: from fnd_seg_rpt_attributes attr,
3553: fnd_flex_value_sets valset
3554: where attr.application_id = 101
3555: and valset.flex_value_set_id = attr.flex_value_set_id
3556: and attr.id_flex_num = flex_num
3557: order by attr.segment_num;