DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on XLA_REPORT_UTILITY_PKG

Line 825: ,xla_report_utility_pkg.get_ccid_desc(glg.chart_of_accounts_id

821: ,xlk5.meaning ACCOUNTING_CLASS_NAME
822: ,ael.description LINE_DESCRIPTION
823: ,ael.code_combination_id CODE_COMBINATION_ID
824: ,gcck.concatenated_segments ACCOUNTING_CODE_COMBINATION
825: ,xla_report_utility_pkg.get_ccid_desc(glg.chart_of_accounts_id
826: , ael.code_combination_id)
827: CODE_COMBINATION_DESCRIPTION
828: ,gcck.gl_control_account CONTROL_ACCOUNT_FLAG
829: ,ael.currency_code ENTERED_CURRENCY

Line 974: xla_report_utility_pkg.get_transaction_id

970: IF p_include_user_trx_id_flag = 'Y' AND
971: g_je_source_application_id IS NOT NULL
972: THEN
973: p_trx_identifiers :=
974: xla_report_utility_pkg.get_transaction_id
975: (g_je_source_application_id
976: ,p_ledger_id)||' USERIDS ';
977: ELSE
978: p_trx_identifiers := ',NULL USERIDS ';

Line 1713: ,xla_report_utility_pkg.get_ccid_desc(glg.chart_of_accounts_id

1709: ,NULL ACCOUNTING_CLASS_NAME
1710: ,gll.description LINE_DESCRIPTION
1711: ,gll.code_combination_id CODE_COMBINATION_ID
1712: ,gcck.concatenated_segments ACCOUNTING_CODE_COMBINATION
1713: ,xla_report_utility_pkg.get_ccid_desc(glg.chart_of_accounts_id
1714: , gll.code_combination_id)
1715: CODE_COMBINATION_DESCRIPTION
1716: ,gcck.gl_control_account CONTROL_ACCOUNT_FLAG
1717: ,glh.currency_code ENTERED_CURRENCY

Line 2314: xla_report_utility_pkg.get_acct_qualifier_segs

2310:
2311: ----------------------------------------------------------------------------
2312: -- get qualifier segments for the COA
2313: ----------------------------------------------------------------------------
2314: xla_report_utility_pkg.get_acct_qualifier_segs
2315: (p_coa_id => l_coa_id
2316: ,p_balance_segment => l_balancing_segment
2317: ,p_account_segment => l_account_segment
2318: ,p_cost_center_segment => l_costcenter_segment