DBA Data[Home] [Help]

APPS.LNS_IMPORT_LOAN_PUB dependencies on JTF_RS_ROLES_B

Line 985: jtf_rs_roles_b rol

981: SELECT
982: 'Y' INTO l_dummy
983: FROM
984: jtf_rs_role_relations rel ,
985: jtf_rs_roles_b rol
986: WHERE
987: rel.role_id = rol.role_id
988: and rel.delete_flag <> 'Y'
989: and rol.role_type_code = 'LOANS'