DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on WF_ITEMS

Line 2311: p_item_type IN wf_items.item_type%TYPE,

2307: /* FUNCTION check_txn_step_exists
2308: -- function to check whether data exists in txn steps
2309: */
2310: FUNCTION check_txn_step_exists (
2311: p_item_type IN wf_items.item_type%TYPE,
2312: p_item_key IN wf_items.item_key%TYPE,
2313: p_actid IN NUMBER )
2314: RETURN BOOLEAN
2315: IS

Line 2312: p_item_key IN wf_items.item_key%TYPE,

2308: -- function to check whether data exists in txn steps
2309: */
2310: FUNCTION check_txn_step_exists (
2311: p_item_type IN wf_items.item_type%TYPE,
2312: p_item_key IN wf_items.item_key%TYPE,
2313: p_actid IN NUMBER )
2314: RETURN BOOLEAN
2315: IS
2316: