DBA Data[Home] [Help]

APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on DUAL

Line 2939: from dual;

2935: BEGIN
2936: x_return_status := FND_API.G_RET_STS_SUCCESS;
2937: select sysdate
2938: into l_current_date
2939: from dual;
2940: open period_profile_csr;
2941: fetch period_profile_csr into period_profile_rec;
2942: if period_profile_csr%NOTFOUND then
2943: x_return_status := FND_API.G_RET_STS_ERROR;