DBA Data[Home] [Help]

APPS.LNS_UTILITY_PUB dependencies on JTF_RS_RESOURCE_EXTNS

Line 924: jtf_rs_resource_extns res

920: and sysdate between nvl(rel.start_date_active,sysdate) and nvl(rel.end_date_active,sysdate)
921: and rol.role_type_code = 'LOANS'
922: and rol.role_code = 'LOAN_MGR'
923: and rol.active_flag = 'Y') manager,
924: jtf_rs_resource_extns res
925: WHERE
926: manager.role_resource_id(+) = res.resource_id
927: and category = 'EMPLOYEE'
928: and res.start_date_active <= sysdate