DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on FND_API

Line 665: x_return_status := FND_API.G_RET_STS_SUCCESS;

661:
662: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
663:
664: --Initialize the return status to success
665: x_return_status := FND_API.G_RET_STS_SUCCESS;
666:
667: IF l_debug_mode = 'Y' THEN /* added for bug#2672653 */
668: pa_debug.g_err_stage := 'Log: Calling populate_hist_table';
669: pa_debug.write_file('LOG',pa_debug.g_err_stage);

Line 1508: x_return_status := fnd_api.g_ret_sts_unexp_error;

1504: --Since release_user_lock always issues a commit, do a
1505: --rollback before calling release_user_lock.
1506: rollback;
1507:
1508: x_return_status := fnd_api.g_ret_sts_unexp_error;
1509:
1510: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_SWEEPER'
1511: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1512: