DBA Data[Home] [Help]

APPS.HR_AMEUTIL_SS dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 218: FROM wf_item_attribute_values

214: p_item_type := get_item_type(p_transaction_id);
215: p_item_key := get_item_key(p_transaction_id);
216:
217: SELECT NVL(text_value,'N') into p_hrhd_val
218: FROM wf_item_attribute_values
219: where item_type= p_item_type and item_key = p_item_key
220: and NAME = 'IS_HR_HELPDESK_AGENT';
221:
222: return p_hrhd_val;