DBA Data[Home] [Help]

APPS.OKE_COMM_ACT_UTILS dependencies on WF_ROLES

Line 93: FROM wf_roles

89: -- Requestor who log the communication.
90: -- Use wf_roiles instead of per_people_f
91: CURSOR p IS
92: SELECT name, display_name
93: FROM wf_roles
94: WHERE orig_system = 'PER'
95: AND orig_system_id = P_Owner;
96:
97: l_wf_item_type VARCHAR2(8);

Line 386: FROM wf_roles

382: -- Requestor who log the communication.
383: -- Use wf_roiles instead of per_people_f
384: CURSOR p IS
385: SELECT name, display_name
386: FROM wf_roles
387: WHERE orig_system = 'PER'
388: AND orig_system_id = P_Owner;
389:
390: CURSOR comm_priority IS