DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on FND_FLEX_KEY_API

Line 300: l_segment_type fnd_flex_key_api.segment_type;

296: | CALLED BY |
297: | Main |
298: --------------------------------------------------------------------- */
299: PROCEDURE get_segments_info IS
300: l_segment_type fnd_flex_key_api.segment_type;
301: l_vset fnd_vset.valueset_r;
302: l_fmt fnd_vset.valueset_dr;
303: BEGIN
304: JG_UTILITY_PKG.log( '> JG_JOURNAL_ALLOCATIONS_PKG.get_segments_info');

Line 311: FND_FLEX_KEY_API.find_flexfield(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,

307: -- and we also need the value set id for the cost center and account number to determine
308: -- their format types: char, number etc. Value Set Id determined from the results below.
309: --
310: JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type :=
311: FND_FLEX_KEY_API.find_flexfield(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,
312: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code);
313: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type :=
314: FND_FLEX_KEY_API.find_structure(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type ,
315: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id);

Line 314: FND_FLEX_KEY_API.find_structure(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type ,

310: JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type :=
311: FND_FLEX_KEY_API.find_flexfield(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,
312: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code);
313: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type :=
314: FND_FLEX_KEY_API.find_structure(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type ,
315: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id);
316: FND_FLEX_KEY_API.get_segments(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type,
317: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type,
318: TRUE,

Line 316: FND_FLEX_KEY_API.get_segments(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type,

312: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code);
313: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type :=
314: FND_FLEX_KEY_API.find_structure(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type ,
315: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id);
316: FND_FLEX_KEY_API.get_segments(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type,
317: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type,
318: TRUE,
319: JG_JOURNAL_ALLOCATIONS_PKG.G_num_of_segments,
320: JG_JOURNAL_ALLOCATIONS_PKG.G_segment_list);

Line 384: l_segment_type := FND_FLEX_KEY_API.find_segment(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type,

380: -- Determine the format type of the value set associated with the segment. If it is numeric, then
381: -- the low and high range values should be converted to numeric also before
382: -- comparing against each journal line cost center
383: --
384: l_segment_type := FND_FLEX_KEY_API.find_segment(JG_JOURNAL_ALLOCATIONS_PKG.G_flexfield_type,
385: JG_JOURNAL_ALLOCATIONS_PKG.G_structure_type,
386: G_acct_flex_segmt_arr(j).segment_name);
387: G_acct_flex_segmt_arr(j).segment_vset_id := l_segment_type.value_set_id;
388: FND_VSET.get_valueset(G_acct_flex_segmt_arr(j).segment_vset_id,

Line 735: FND_FLEX_KEY_API.set_session_mode('customer_data');

731: BEGIN
732: JG_UTILITY_PKG.log('> JG_JOURNAL_ALLOCATIONS_PKG.main');
733:
734: -- Bug 1064357: Session mode must be set
735: FND_FLEX_KEY_API.set_session_mode('customer_data');
736:
737: JG_UTILITY_PKG.debug(TO_CHAR(SYSDATE, 'HH24:MI:SS'));
738: --
739: -- Determine whether to output debug messages to log file

Line 877: FND_FLEX_KEY_API.set_session_mode('customer_data');

873: BEGIN
874: JG_UTILITY_PKG.log('> JG_JOURNAL_ALLOCATIONS_PKG.main');
875:
876: -- Bug 1064357: Session mode must be set
877: FND_FLEX_KEY_API.set_session_mode('customer_data');
878:
879: --
880: -- Determine the debug
881: --