DBA Data[Home] [Help]

APPS.HR_COMPLETE_APPRAISAL_SS dependencies on HR_WORKFLOW_SERVICE

Line 109: if hr_workflow_service.item_attribute_exists

105: FUNCTION is_new_appraisal (item_type IN varchar2,
106: item_key IN varchar2)
107: RETURN Boolean IS
108: BEGIN
109: if hr_workflow_service.item_attribute_exists
110: (p_item_type => item_type
111: ,p_item_key => item_key
112: ,p_name => 'HR_COMPETENCE_ENHANCEMENT_SS') then
113: RETURN true;

Line 1558: if not hr_workflow_service.item_attribute_exists

1554:
1555: PROCEDURE check_item_attribute ( p_item_type varchar2, p_item_key varchar2, p_attr_name varchar2 )
1556: IS
1557: BEGIN
1558: if not hr_workflow_service.item_attribute_exists
1559: (p_item_type => p_item_type
1560: ,p_item_key => p_item_key
1561: ,p_name => p_attr_name) then
1562: -- the item attribute does not exist so create it