DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on FND_FLEX_APIS

Line 325: IF NOT (FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,

321:
322: --
323: -- Get the cc segment data
324: --
325: IF NOT (FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,
326: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
327: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
328: 'FA_COST_CTR',
329: JG_JOURNAL_ALLOCATIONS_PKG.G_cc_segment_num) ) THEN

Line 341: IF NOT FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,

337:
338: --
339: -- Get the account segment data
340: --
341: IF NOT FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,
342: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
343: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
344: 'GL_ACCOUNT',
345: JG_JOURNAL_ALLOCATIONS_PKG.G_acct_segment_num) THEN

Line 353: IF NOT FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,

349:
350: --
351: -- Get the balancing segment data
352: --
353: IF NOT FND_FLEX_APIS.get_qualifier_segnum(JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,
354: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
355: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
356: 'GL_BALANCING',
357: JG_JOURNAL_ALLOCATIONS_PKG.G_bal_segment_num) THEN

Line 367: IF (NOT fnd_flex_apis.get_segment_info(x_application_id => JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,

363: -- consider each segment separately
364: --
365: FOR j IN 1..JG_JOURNAL_ALLOCATIONS_PKG.G_num_of_segments LOOP
366:
367: IF (NOT fnd_flex_apis.get_segment_info(x_application_id => JG_JOURNAL_ALLOCATIONS_PKG.G_GL_application_id,
368: x_id_flex_code => JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
369: x_id_flex_num => JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
370: x_seg_num => j,
371: x_appcol_name => G_acct_flex_segmt_arr(j).segment_col_name,