DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on FND_API

Line 610: x_return_status := FND_API.G_RET_STS_SUCCESS;

606:
607: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
608:
609: --Initialize the return status to success
610: x_return_status := FND_API.G_RET_STS_SUCCESS;
611:
612: IF l_debug_mode = 'Y' THEN /* added for bug#2672653 */
613: pa_debug.g_err_stage := 'Log: Start of Update_Act_Enc_Balance';
614: pa_debug.write_file('LOG',pa_debug.g_err_stage);

Line 1444: x_return_status := fnd_api.g_ret_sts_unexp_error;

1440: --Since release_user_lock always issues a commit, do a
1441: --rollback before calling release_user_lock.
1442: rollback;
1443:
1444: x_return_status := fnd_api.g_ret_sts_unexp_error;
1445:
1446: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_SWEEPER'
1447: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1448: