DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on HR_UTIL_MISC_WEB

Line 842: hr_util_misc_web.validate_session(p_person_id => l_creator_person_id);

838: l_item_attribute(l_number_of_attributes_in) := 'P_CALLED_FROM';
839: l_item_attribute_value(l_number_of_attributes_in) := p_called_from;
840: end if;
841:
842: hr_util_misc_web.validate_session(p_person_id => l_creator_person_id);
843: -- Determine if the specified process is runnable
844: if NOT wf_process_runnable
845: (p_item_type => l_item_type
846: ,p_process_name => l_process_name) then