DBA Data[Home] [Help]

APPS.MRP_MSC_EXP_WF dependencies on WF_ROLES

Line 41: from wf_roles a,

37: l_msg varchar2(30);
38:
39: CURSOR c_salesrep is
40: select a.name
41: from wf_roles a,
42: jtf_rs_salesreps b
43: where a.orig_system = 'PER'
44: and a.orig_system_id = b.person_id
45: and b.salesrep_id = to_number(l_salesrep)