DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on JTF_RS_RESOURCE_EXTNS

Line 13321: FROM JTF_RS_RESOURCE_EXTNS RSC

13317:
13318: -- Select statemet for the following cursor was changed to address performance issue. Bug#3231915
13319: CURSOR get_pref_engg(p_attr_code IN Varchar2) IS
13320: SELECT EMP.FULL_NAME NAME
13321: FROM JTF_RS_RESOURCE_EXTNS RSC
13322: ,FND_USER U
13323: ,OKX_PER_ALL_PEOPLE_V EMP
13324: WHERE RSC.RESOURCE_ID = p_attr_code
13325: AND RSC.CATEGORY = 'EMPLOYEE'