DBA Data[Home] [Help]

APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on XLA_REPORT_UTILITY_PKG

Line 626: xla_report_utility_pkg.get_transaction_id

622: -- code is not needed.
623: --
624: --uncommented for bug7514332
625: IF p_include_user_trx_id_flag = 'Y' THEN
626: xla_report_utility_pkg.get_transaction_id
627: (p_resp_application_id => p_resp_application_id
628: ,p_ledger_id => p_ledger_id
629: ,p_trx_identifiers_1 => p_trx_identifiers_1
630: ,p_trx_identifiers_2 => p_trx_identifiers_2

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

713: WHERE ledger_id = p_ledger_id;
714:
715: -- Get concatenated segment
716:
717: l_concat_segment := xla_report_utility_pkg.get_conc_segments(p_coa_id,'gcck');
718:
719:
720: ----------------------------------------------------------------------------
721: -- get qualifier segments for the COA

Line 723: xla_report_utility_pkg.get_acct_qualifier_segs

719:
720: ----------------------------------------------------------------------------
721: -- get qualifier segments for the COA
722: ----------------------------------------------------------------------------
723: xla_report_utility_pkg.get_acct_qualifier_segs
724: (p_coa_id => l_coa_id
725: ,p_balance_segment => l_balancing_segment
726: ,p_account_segment => l_account_segment
727: ,p_cost_center_segment => l_costcenter_segment

Line 789: xla_report_utility_pkg.get_segment_info

785: ,l_alias_intercompany_segment);
786:
787: -- bug 8295104
788:
789: xla_report_utility_pkg.get_segment_info
790: (p_coa_id => l_coa_id
791: ,p_balancing_segment => l_balancing_segment
792: ,p_account_segment => l_account_segment
793: ,p_costcenter_segment => l_costcenter_segment

Line 2094: ,xla_report_utility_pkg.get_ccid_desc

2090: ,NVL(glb.period_net_dr,0) PERIOD_NET_DR
2091: ,NVL(glb.period_net_cr,0) PERIOD_NET_CR
2092: ,glb.code_combination_id CODE_COMBINATION_ID
2093: ,$concat_segments$ ACCOUNTING_CODE_COMBINATION
2094: ,xla_report_utility_pkg.get_ccid_desc
2095: (gl1.chart_of_accounts_id
2096: ,glb.code_combination_id) CODE_COMBINATION_DESCRIPTION
2097: ,gcck.reference3 CONTROL_ACCOUNT_FLAG
2098: ,NULL CONTROL_ACCOUNT