DBA Data[Home] [Help]

APPS.JTF_PERZ_LF_PUB dependencies on JTF_PERZ_LF_OBJECT

Line 391: UPDATE JTF_PERZ_LF_OBJECT SET OBJECT_DESCRIPTION = p_object_description WHERE OBJECT_ID = x_object_id;

387: x_return_status := l_return_status;
388:
389: -- update the description of the object, not being done in the PVT package !
390: if (l_return_status = FND_API.G_RET_STS_SUCCESS) then
391: UPDATE JTF_PERZ_LF_OBJECT SET OBJECT_DESCRIPTION = p_object_description WHERE OBJECT_ID = x_object_id;
392: end if;
393:
394:
395: -- ******** Standard Ends ***********