DBA Data[Home] [Help]

APPS.JTF_EC_WORKFLOW_PKG dependencies on JTF_RS_RESOURCE_PUB

Line 229: l_role_name := jtf_rs_resource_pub.get_wf_role(l_owner_id);

225:
226: l_owner_name := get_resource_name(l_resource_type,
227: l_owner_id);
228:
229: l_role_name := jtf_rs_resource_pub.get_wf_role(l_owner_id);
230:
231: if l_role_name is not NULL then
232: include_role(l_role_name,
233: l_return_status);

Line 267: l_role_name := jtf_rs_resource_pub.get_wf_role(l_owner_id);

263:
264: l_owner_name := get_resource_name(l_resource_type,
265: l_owner_id);
266:
267: l_role_name := jtf_rs_resource_pub.get_wf_role(l_owner_id);
268:
269: if l_role_name is not NULL then
270: include_role(l_role_name,
271: l_return_status);

Line 320: l_role_name := jtf_rs_resource_pub.get_wf_role(l_phase_owner_id);

316:
317: x_person_name := l_phase_owner_name;
318: x_resource_id := l_phase_owner_id;
319:
320: l_role_name := jtf_rs_resource_pub.get_wf_role(l_phase_owner_id);
321:
322: if l_role_name is not NULL then
323: include_role(l_role_name,
324: l_return_status);

Line 806: l_role_name := jtf_rs_resource_pub.get_wf_role(p_owner_id);

802:
803: --Bug 2415943 Include the Esc Owner only if owner_type_code is RS_EMPLOYEE Start
804: if (p_owner_type_code = 'RS_EMPLOYEE') then
805:
806: l_role_name := jtf_rs_resource_pub.get_wf_role(p_owner_id);
807:
808:
809: if l_role_name is not NULL then
810:

Line 886: l_role_name := jtf_rs_resource_pub.get_wf_role(p_old_owner_id);

882:
883: l_role_name := NULL;
884: l_name := NULL;
885:
886: l_role_name := jtf_rs_resource_pub.get_wf_role(p_old_owner_id);
887:
888: if l_role_name is not NULL then
889:
890: include_role(l_role_name,