DBA Data[Home] [Help]

APPS.MRP_MSC_EXP_WF dependencies on JTF_RS_SALESREPS

Line 42: jtf_rs_salesreps b

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)
46: and a.status = 'ACTIVE'