DBA Data[Home] [Help]

APPS.OE_APPROVALS_WF dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 3215: FROM wf_item_attribute_values

3211: END IF;*/
3212: BEGIN
3213: SELECT 1
3214: INTO l_abort
3215: FROM wf_item_attribute_values
3216: WHERE item_type = l_child_wf_cur.item_type
3217: AND NAME = 'ORIG_SYSTEM_ID'
3218: AND number_value = l_orig_system_id
3219: AND item_key = l_child_wf_cur.item_key;