DBA Data[Home] [Help]

APPS.XLA_CREATE_ACCT_RPT_PVT dependencies on XLA_REPORT_UTILITY_PKG

Line 25: | xla_report_utility_pkg.get_transaction_id |

21: | 08/24/2006 Ejaz Sayyed bug#5417847 change in condition to pick the|
22: | negative amt lines and drop zero amt lines |
23: | i.e.debit/credit <> 0 for p_zero_amt_filter|
24: | 02/16/2009 N. K. Surana Instead of function calling new PROCEDURE |
25: | xla_report_utility_pkg.get_transaction_id |
26: +===========================================================================*/
27:
28: --=============================================================================
29: -- *********** Local Trace Routine **********

Line 214: xla_report_utility_pkg.get_transaction_id(p_application_id

210: -- Get The User Transaction identifiers
211: --
212: IF p_include_user_trx_id_flag ='Y' AND P_REPORT_STYLE in ('D','S') THEN --bug 9903723
213: /* p_trx_identifiers :=
214: xla_report_utility_pkg.get_transaction_id(p_application_id
215: ,p_ledger_id); */ --Removed for bug 7580995
216:
217: xla_report_utility_pkg.get_transaction_id
218: (p_resp_application_id => p_application_id

Line 217: xla_report_utility_pkg.get_transaction_id

213: /* p_trx_identifiers :=
214: xla_report_utility_pkg.get_transaction_id(p_application_id
215: ,p_ledger_id); */ --Removed for bug 7580995
216:
217: xla_report_utility_pkg.get_transaction_id
218: (p_resp_application_id => p_application_id
219: ,p_ledger_id => p_ledger_id
220: ,p_trx_identifiers_1 => p_trx_identifiers_1
221: ,p_trx_identifiers_2 => p_trx_identifiers_2