DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on PSA_FUNDS_CHECKER_PKG

Line 553: l_failed_evnt_array PSA_FUNDS_CHECKER_PKG.num_rec;

549: l_status psa_bc_xla_events_gt%ROWTYPE;
550: l_xla_error VARCHAR2(1);
551: l_psa_acctg_errors psa_acctg_errors_table;
552: l_psa_events psa_events_table;
553: l_failed_evnt_array PSA_FUNDS_CHECKER_PKG.num_rec;
554: l_r12_upgrade_date DATE;
555: l_error_found VARCHAR2(1);
556: l_event_list VARCHAR2(1024);
557: l_prepare_stmt VARCHAR2(300); -- Bug 12352531

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

943:
944: -----------------------------------------------------
945: -- Initialize the collection variables
946: -----------------------------------------------------
947: l_failed_evnt_array := PSA_FUNDS_CHECKER_PKG.num_rec();
948:
949: -----------------------------------------------------
950: -- Store event ids and ledger id which are used later
951: -- for roll back if CBC funds check call fails

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

977: x_status_code := 'XLA_ERROR';
978: ELSIF x_return_status = 0 THEN
979: x_status_code := 'FAIL';
980: END IF;
981: psa_funds_checker_pkg.sync_xla_errors(p_failed_ldgr_array => null, p_failed_evnt_array => l_failed_evnt_array);
982: END IF;
983:
984: ELSIF x_status_code IN('FAIL','PARTIAL') THEN
985: EXECUTE IMMEDIATE l_prepare_stmt USING OUT x_return_status, IN 'M', IN FND_API.G_FALSE;