[Home] [Help]
591: Explicitely not raising the exception as all debug messages
592: are retrived in "After report" trigger of the report. */
593:
594: if v_pazspa is null then /* added if condition for bug 12356188 */
595: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);
596: end if;
597:
598: END allocation_run;
599: -- ------------------------------------------------------------
10434: pa_debug.write_file('LOG','p_run_id in when others of Main: '||to_char( p_run_id) );
10435: END IF;
10436: COMMIT;
10437: pa_debug.reset_curr_function;
10438: completion_status := fnd_concurrent.set_completion_status('ERROR', SQLERRM);
10439: END release_capint_txns;
10440: --This procedure deletes the source details for each capital interest transaction. This procedure will
10441: --be called from delete_alloc_run api when the DELETE button is pressed to delete a capital interest
10442: --batch