DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on WF_ITEM_TYPES

Line 775: ,p_wf_name wf_item_types.name%type

771: --
772:
773: function set_notification
774: (p_notification wf_messages.name%type
775: ,p_wf_name wf_item_types.name%type
776: ,p_role varchar2 --wf_roles.name%type Fix for bug 2741492
777: ,p_person_id per_all_people_f.person_id%type
778: ,p_assignment_id per_all_assignments_f.assignment_id%type
779: ,p_effective_date date

Line 965: ,p_wf_name wf_item_types.name%type

961: end set_notification;
962:
963: procedure send_notification
964: (p_notification wf_messages.name%type
965: ,p_wf_name wf_item_types.name%type
966: ,p_role varchar2 --wf_roles.name%type Fix for bug 2741492
967: ,p_person_id per_all_people_f.person_id%type
968: ,p_assignment_id per_all_assignments_f.assignment_id%type
969: ,p_effective_date date

Line 1052: ,p_wf_name in wf_item_types.name%type

1048: end send_notification;
1049: --
1050: procedure get_notification_preview
1051: (p_notification in wf_messages.name%type
1052: ,p_wf_name in wf_item_types.name%type
1053: ,p_role in varchar2 --wf_roles.name%type Fix for bug 2741492
1054: ,p_person_id in per_all_people_f.person_id%type
1055: ,p_assignment_id in per_all_assignments_f.assignment_id%type
1056: ,p_effective_date in date