DBA Data[Home] [Help]

APPS.CN_PERIODS_API dependencies on CN_RS_SALESREPS

Line 422: cn_rs_salesreps s,

418: fnd_global.user_id,
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'