DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on FND_CONCURRENT

Line 590: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);

586: COMMIT;
587: /* 2841843 Marking Conc request as completed failure
588: Explicitely not raising the exception as all debug messages
589: are retrived in "After report" trigger of the report. */
590: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);
591: END allocation_run;
592: -- ------------------------------------------------------------
593: -- check_last_run_status
594: -- ------------------------------------------------------------

Line 10333: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);

10329: pa_debug.write_file('LOG','p_run_id in when others of Main: '||to_char( p_run_id) );
10330: END IF;
10331: COMMIT;
10332: pa_debug.reset_curr_function;
10333: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);
10334: END release_capint_txns;
10335: --This procedure deletes the source details for each capital interest transaction. This procedure will
10336: --be called from delete_alloc_run api when the DELETE button is pressed to delete a capital interest
10337: --batch