DBA Data[Home] [Help]

APPS.FV_BE_UTIL_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 11: g_gl_seg_name fnd_id_flex_segments.application_column_name%TYPE;

7: g_sob_id gl_sets_of_books.set_of_books_id%TYPE;
8: g_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE;
9: g_gl_seg_num NUMBER(4);
10: g_n_segments NUMBER(4);
11: g_gl_seg_name fnd_id_flex_segments.application_column_name%TYPE;
12: g_gl_bal_seg_name fnd_id_flex_segments.application_column_name%TYPE;
13:
14:
15: -- BCPSA-BE Enhancements

Line 12: g_gl_bal_seg_name fnd_id_flex_segments.application_column_name%TYPE;

8: g_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE;
9: g_gl_seg_num NUMBER(4);
10: g_n_segments NUMBER(4);
11: g_gl_seg_name fnd_id_flex_segments.application_column_name%TYPE;
12: g_gl_bal_seg_name fnd_id_flex_segments.application_column_name%TYPE;
13:
14:
15: -- BCPSA-BE Enhancements
16: -- Removed p_transaction_code parameter

Line 172: from fnd_id_flex_segments

168: l_module_name VARCHAR2(200) := g_module_name || 'initialize_gl_segments';
169:
170: cursor flex_fields is
171: select application_column_name
172: from fnd_id_flex_segments
173: where id_flex_code = 'GL#'
174: and id_flex_num = g_chart_of_accounts_id
175: order by segment_num;
176:

Line 178: l_column_name fnd_id_flex_segments.application_column_name%TYPE;

174: and id_flex_num = g_chart_of_accounts_id
175: order by segment_num;
176:
177: l_n_segments NUMBER(4);
178: l_column_name fnd_id_flex_segments.application_column_name%TYPE;
179: l_from_seg_num NUMBER(4);
180:
181: begin
182: