DBA Data[Home] [Help]

APPS.XNP_CVU_PKG dependencies on WF_ITEM_ATTRIBUTES

Line 2125: FROM wf_item_attributes ia

2121: WHERE wi.wi_type_code = 'WORKFLOW'
2122: AND wi.user_wf_item_type IS NOT NULL
2123: AND ( NOT EXISTS
2124: (SELECT 1
2125: FROM wf_item_attributes ia
2126: WHERE ia.name = 'ORDER_ID'
2127: AND ia.item_type = wi.user_wf_item_type
2128: )
2129: OR NOT EXISTS

Line 2131: FROM wf_item_attributes ia

2127: AND ia.item_type = wi.user_wf_item_type
2128: )
2129: OR NOT EXISTS
2130: (SELECT 1
2131: FROM wf_item_attributes ia
2132: WHERE ia.name = 'WORKITEM_INSTANCE_ID'
2133: AND ia.item_type = wi.user_wf_item_type
2134: )
2135: OR NOT EXISTS

Line 2137: FROM wf_item_attributes ia

2133: AND ia.item_type = wi.user_wf_item_type
2134: )
2135: OR NOT EXISTS
2136: (SELECT 1
2137: FROM wf_item_attributes ia
2138: WHERE ia.name = 'LINE_ITEM_ID'
2139: AND ia.item_type = wi.user_wf_item_type
2140: )
2141: );