DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on PER_ALL_PEOPLE_F

Line 63: ,p_service_person_id in per_all_people_f.person_id%type);

59: procedure create_hr_directory_services
60: (p_item_type in wf_items.item_type%type
61: ,p_item_key in wf_items.item_key%type
62: ,p_service_name in varchar2
63: ,p_service_person_id in per_all_people_f.person_id%type);
64: --
65: -- ----------------------------------------------------------------------------
66: -- |-------------------------< get_item_attr_expanded_info >------------------|
67: -- ----------------------------------------------------------------------------