DBA Data[Home] [Help]

APPS.FII_SETUP_VAL_C dependencies on FND_ID_FLEX_SEGMENTS

Line 650: fnd_id_flex_segments b,

646: CURSOR trans_no_fc_cur IS
647: SELECT b.flex_value_set_id, rpad(e.flex_value_set_name, 40, ' '),
648: c.fin_category_id, d.flex_value
649: FROM fnd_segment_attribute_values a,
650: fnd_id_flex_segments b,
651: (select distinct v.fin_category_id, v.chart_of_accounts_id
652: from
653: ( select distinct fgj.fin_category_id, fgj.chart_of_accounts_id
654: from hr_organization_information ccc_tbl,

Line 731: fnd_id_flex_segments b,

727: CURSOR fc_no_fctype_cur IS
728: SELECT b.flex_value_set_id, rpad(e.flex_value_set_name, 40, ' '),
729: c.fin_category_id, d.flex_value
730: FROM fnd_segment_attribute_values a,
731: fnd_id_flex_segments b,
732: (select v.fin_category_id, v.chart_of_accounts_id
733: from
734: (select distinct fgj.fin_category_id,
735: fgj.chart_of_accounts_id