DBA Data[Home] [Help]

APPS.HR_WORKFLOW_UTILITY dependencies on HR_WORKFLOW_UTILITY

Line 1: PACKAGE BODY hr_workflow_utility as

1: PACKAGE BODY hr_workflow_utility as
2: /* $Header: hrewuweb.pkb 120.1 2005/09/23 14:56:46 svittal noship $ */
3: g_package VARCHAR2(31) := 'hr_workflow_utility_web.';
4: -- ----------------------------------------------------------------------------
5: -- |-------------------------< item_attribute_exists >------------------------|

Line 3: g_package VARCHAR2(31) := 'hr_workflow_utility_web.';

1: PACKAGE BODY hr_workflow_utility as
2: /* $Header: hrewuweb.pkb 120.1 2005/09/23 14:56:46 svittal noship $ */
3: g_package VARCHAR2(31) := 'hr_workflow_utility_web.';
4: -- ----------------------------------------------------------------------------
5: -- |-------------------------< item_attribute_exists >------------------------|
6: -- ----------------------------------------------------------------------------
7: function item_attribute_exists

Line 180: END hr_workflow_utility;

176: ,p_instance_label => l_instance_label);
177: -- Return the activities name
178: RETURN l_name;
179: END get_activity_name;
180: END hr_workflow_utility;