DBA Data[Home] [Help]

APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on XLA_REPORT_UTILITY_PKG

Line 491: xla_report_utility_pkg.get_transaction_id

487: --
488: --uncommented for bug7514332
489: IF p_include_user_trx_id_flag = 'Y' THEN
490: p_trx_identifiers :=
491: xla_report_utility_pkg.get_transaction_id
492: (p_resp_application_id
493: ,p_ledger_id);
494: END IF;
495: --uncommented for bug7514332

Line 569: l_concat_segment := xla_report_utility_pkg.get_conc_segments(p_coa_id,'gcck');

565: WHERE ledger_id = p_ledger_id;
566:
567: -- Get concatenated segment
568:
569: l_concat_segment := xla_report_utility_pkg.get_conc_segments(p_coa_id,'gcck');
570:
571: ----------------------------------------------------------------------------
572: -- get qualifier segments for the COA
573: ----------------------------------------------------------------------------

Line 574: xla_report_utility_pkg.get_acct_qualifier_segs

570:
571: ----------------------------------------------------------------------------
572: -- get qualifier segments for the COA
573: ----------------------------------------------------------------------------
574: xla_report_utility_pkg.get_acct_qualifier_segs
575: (p_coa_id => l_coa_id
576: ,p_balance_segment => l_balancing_segment
577: ,p_account_segment => l_account_segment
578: ,p_cost_center_segment => l_costcenter_segment

Line 1426: ,xla_report_utility_pkg.get_ccid_desc

1422: ,NVL(glb.period_net_dr,0) PERIOD_NET_DR
1423: ,NVL(glb.period_net_cr,0) PERIOD_NET_CR
1424: ,glb.code_combination_id CODE_COMBINATION_ID
1425: ,$concat_segments$ ACCOUNTING_CODE_COMBINATION
1426: ,xla_report_utility_pkg.get_ccid_desc
1427: (gl1.chart_of_accounts_id
1428: ,glb.code_combination_id) CODE_COMBINATION_DESCRIPTION
1429: ,gcck.reference3 CONTROL_ACCOUNT_FLAG
1430: ,NULL CONTROL_ACCOUNT