[Home] [Help]
2002: Begin /* Value Set Id */
2003: -- Getting the Value set Id for finding hierarchies
2004: select flex_value_set_id
2005: into vl_acc_val_set_id
2006: from fnd_id_flex_segments
2007: where application_column_name = v_acc_seg_name
2008: and id_flex_code = 'GL#'
2009: and id_flex_num = v_chart_of_accounts_id;
2010: