DBA Data[Home] [Help]

APPS.AS_LEAD_ABANDON_WF dependencies on JTF_RS_EMP_DTLS_VL

Line 175: FROM jtf_rs_emp_dtls_vl a,

171: result out VARCHAR2 )
172: IS
173: CURSOR c_resourcegroup (resource_id_in number) IS
174: SELECT b.business_group_id
175: FROM jtf_rs_emp_dtls_vl a,
176: per_assignments_x b
177: WHERE a.source_id = b.person_id
178: and b.primary_flag = 'Y'
179: and b.assignment_type = 'E'