DBA Data[Home] [Help]

APPS.CN_PERIODS_API dependencies on JTF_RS_ROLES_B

Line 423: jtf_rs_roles_b r

419: l_org_id
420: from (select distinct s.salesrep_id
421: from jtf_rs_role_relations rr,
422: cn_rs_salesreps s,
423: jtf_rs_roles_b r
424: where rr.role_resource_id = s.resource_id
425: and rr.role_resource_type = 'RS_INDIVIDUAL'
426: and rr.delete_flag = 'N'
427: and rr.role_id = r.role_id