DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on HR_API_TRANSACTIONS

Line 299: function getItemType(p_transaction_id in hr_api_transactions.transaction_id%type)

295: p_process_name in varchar2 default 'HR_BACKGROUND_CLEANUP_PRC',
296: transaction_status in varchar2 default 'ALL');
297:
298: --
299: function getItemType(p_transaction_id in hr_api_transactions.transaction_id%type)
300: return wf_items.item_type%type;
301:
302: function getItemKey(p_transaction_id in hr_api_transactions.transaction_id%type)
303: return wf_items.item_key%type;

Line 302: function getItemKey(p_transaction_id in hr_api_transactions.transaction_id%type)

298: --
299: function getItemType(p_transaction_id in hr_api_transactions.transaction_id%type)
300: return wf_items.item_type%type;
301:
302: function getItemKey(p_transaction_id in hr_api_transactions.transaction_id%type)
303: return wf_items.item_key%type;
304:
305: function item_attribute_exists
306: (p_item_type in wf_items.item_type%type