DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on WF_ITEMS

Line 29: (p_item_type in wf_items.item_type%type

25: -- ----------------------------------------------------------------------------
26: -- |-------------------------< item_attribute_exists >------------------------|
27: -- ----------------------------------------------------------------------------
28: function item_attribute_exists
29: (p_item_type in wf_items.item_type%type
30: ,p_item_key in wf_items.item_key%type
31: ,p_name in wf_item_attribute_values.name%type)
32: return boolean is
33: -- --------------------------------------------------------------------------

Line 30: ,p_item_key in wf_items.item_key%type

26: -- |-------------------------< item_attribute_exists >------------------------|
27: -- ----------------------------------------------------------------------------
28: function item_attribute_exists
29: (p_item_type in wf_items.item_type%type
30: ,p_item_key in wf_items.item_key%type
31: ,p_name in wf_item_attribute_values.name%type)
32: return boolean is
33: -- --------------------------------------------------------------------------
34: -- declare local variables