DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on WF_ITEM_TYPES

Line 750: ,p_wf_name wf_item_types.name%type

746: --
747:
748: function set_notification
749: (p_notification wf_messages.name%type
750: ,p_wf_name wf_item_types.name%type
751: ,p_role varchar2 --wf_roles.name%type Fix for bug 2741492
752: ,p_person_id per_all_people_f.person_id%type
753: ,p_assignment_id per_all_assignments_f.assignment_id%type
754: ,p_effective_date date

Line 940: ,p_wf_name wf_item_types.name%type

936: end set_notification;
937:
938: procedure send_notification
939: (p_notification wf_messages.name%type
940: ,p_wf_name wf_item_types.name%type
941: ,p_role varchar2 --wf_roles.name%type Fix for bug 2741492
942: ,p_person_id per_all_people_f.person_id%type
943: ,p_assignment_id per_all_assignments_f.assignment_id%type
944: ,p_effective_date date

Line 1027: ,p_wf_name in wf_item_types.name%type

1023: end send_notification;
1024: --
1025: procedure get_notification_preview
1026: (p_notification in wf_messages.name%type
1027: ,p_wf_name in wf_item_types.name%type
1028: ,p_role in varchar2 --wf_roles.name%type Fix for bug 2741492
1029: ,p_person_id in per_all_people_f.person_id%type
1030: ,p_assignment_id in per_all_assignments_f.assignment_id%type
1031: ,p_effective_date in date