DBA Data[Home] [Help]

APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on DUAL

Line 2882: from dual;

2878: BEGIN
2879: x_return_status := FND_API.G_RET_STS_SUCCESS;
2880: select sysdate
2881: into l_current_date
2882: from dual;
2883: open period_profile_csr;
2884: fetch period_profile_csr into period_profile_rec;
2885: if period_profile_csr%NOTFOUND then
2886: x_return_status := FND_API.G_RET_STS_ERROR;