DBA Data[Home] [Help]

APPS.JG_ALLOCATE_JOURNALS_PKG dependencies on FND_FLEX_EXT

Line 429: l_acct_seg_string := FND_FLEX_EXT.get_segs( JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,

425:
426: --
427: -- Retrieve the full accounting flexfield string based on original journal line
428: --
429: l_acct_seg_string := FND_FLEX_EXT.get_segs( JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,
430: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
431: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
432: JG_CREATE_JOURNALS_PKG.alloc_lines_arr(i).code_combination_id);
433: --

Line 436: l_delimiter := FND_FLEX_EXT.get_delimiter(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,

432: JG_CREATE_JOURNALS_PKG.alloc_lines_arr(i).code_combination_id);
433: --
434: -- Find out NOCOPY what the segment delimiter is
435: --
436: l_delimiter := FND_FLEX_EXT.get_delimiter(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,
437: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
438: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id);
439: l_destn_acct_seg_string := l_acct_seg_string;
440: