DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on WF_ITEM_TYPES

Line 23: ,p_wf_name wf_item_types.name%type

19: );
20: --
21: procedure send_notification
22: (p_notification wf_messages.name%type
23: ,p_wf_name wf_item_types.name%type
24: ,p_role varchar2 -- wf_roles.name%type Fix for bug 2741492
25: ,p_person_id per_all_people_f.person_id%type
26: ,p_assignment_id per_all_assignments_f.assignment_id%type
27: ,p_effective_date date

Line 59: ,p_wf_name in wf_item_types.name%type

55: );
56: --
57: procedure get_notification_preview
58: (p_notification in wf_messages.name%type
59: ,p_wf_name in wf_item_types.name%type
60: ,p_role in varchar2 -- wf_roles.name%type Fix for bug 2741492
61: ,p_person_id in per_all_people_f.person_id%type
62: ,p_assignment_id in per_all_assignments_f.assignment_id%type
63: ,p_effective_date in date