DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on JTF_RS_ROLE_RELATIONS

Line 3269: from jtf_rs_role_relations rr

3265: l_role_id number;
3266:
3267: CURSOR csr_sales_rep(cv_resource_id IN NUMBER) IS
3268: select rr.role_id
3269: from jtf_rs_role_relations rr
3270: , jtf_rs_roles_vl rl
3271: where rr.role_id = rl.role_id
3272: and rl.role_type_code = 'SALES'
3273: and rl.role_code = 'SALES_REP'