DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on JTF_RS_ROLE_RELATIONS

Line 3291: from jtf_rs_role_relations rr

3287: l_role_id number;
3288:
3289: CURSOR csr_sales_rep(cv_resource_id IN NUMBER) IS
3290: select rr.role_id
3291: from jtf_rs_role_relations rr
3292: , jtf_rs_roles_vl rl
3293: where rr.role_id = rl.role_id
3294: and rl.role_type_code = 'SALES'
3295: and rl.role_code = 'SALES_REP'