DBA Data[Home] [Help]

APPS.LNS_UTILITY_PUB dependencies on JTF_RS_ROLES_B

Line 917: jtf_rs_roles_b rol

913: (SELECT
914: rol.manager_flag,rel.role_resource_id
915: FROM
916: jtf_rs_role_relations rel ,
917: jtf_rs_roles_b rol
918: WHERE rel.role_id = rol.role_id
919: and rel.delete_flag <> 'Y'
920: and sysdate between nvl(rel.start_date_active,sysdate) and nvl(rel.end_date_active,sysdate)
921: and rol.role_type_code = 'LOANS'