DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on PSA_FUNDS_CHECKER_PKG

Line 242: l_failed_evnt_array PSA_FUNDS_CHECKER_PKG.num_rec;

238: l_status psa_bc_xla_events_gt%ROWTYPE;
239: l_xla_error VARCHAR2(1);
240: l_psa_acctg_errors psa_acctg_errors_table;
241: l_psa_events psa_events_table;
242: l_failed_evnt_array PSA_FUNDS_CHECKER_PKG.num_rec;
243:
244: BEGIN
245:
246: --

Line 569: l_failed_evnt_array := PSA_FUNDS_CHECKER_PKG.num_rec();

565:
566: -----------------------------------------------------
567: -- Initialize the collection variables
568: -----------------------------------------------------
569: l_failed_evnt_array := PSA_FUNDS_CHECKER_PKG.num_rec();
570:
571: -----------------------------------------------------
572: -- Store event ids and ledger id which are used later
573: -- for roll back if CBC funds check call fails

Line 598: psa_funds_checker_pkg.sync_xla_errors(p_failed_ldgr_array => null, p_failed_evnt_array => l_failed_evnt_array);

594: x_status_code := 'XLA_ERROR';
595: ELSIF x_return_status = 0 THEN
596: x_status_code := 'FAIL';
597: END IF;
598: psa_funds_checker_pkg.sync_xla_errors(p_failed_ldgr_array => null, p_failed_evnt_array => l_failed_evnt_array);
599: END IF;
600:
601: ELSIF x_status_code IN('FAIL','PARTIAL') THEN
602: x_return_status := IGC_CBC_GL_FC_PKG.glzcbc(p_mode => 'M', p_conc_proc => FND_API.G_FALSE);