2150: /* FUNCTION check_txn_step_exists
2151: -- function to check whether data exists in txn steps
2152: */
2153: FUNCTION check_txn_step_exists (
2154: p_item_type IN wf_items.item_type%TYPE,
2155: p_item_key IN wf_items.item_key%TYPE,
2156: p_actid IN NUMBER )
2157: RETURN BOOLEAN
2158: IS
2151: -- function to check whether data exists in txn steps
2152: */
2153: FUNCTION check_txn_step_exists (
2154: p_item_type IN wf_items.item_type%TYPE,
2155: p_item_key IN wf_items.item_key%TYPE,
2156: p_actid IN NUMBER )
2157: RETURN BOOLEAN
2158: IS
2159: