DBA Data[Home] [Help]

APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on WF_ENGINE

Line 260: l_debug_flag := WF_ENGINE.GetItemAttrText

256:
257: BEGIN
258:
259: -- Get Debug Flag
260: l_debug_flag := WF_ENGINE.GetItemAttrText
261: ( p_item_type
262: , p_item_key
263: , '.DEBUG_FLAG'
264: );

Line 271: x_output_dir := WF_ENGINE.GetItemAttrText

267: x_debug_flag := TRUE ;
268: END IF;
269:
270: -- Get Debug Output Directory
271: x_output_dir := WF_ENGINE.GetItemAttrText
272: ( p_item_type
273: , p_item_key
274: , '.DEBUG_OUTPUT_DIR'
275: );

Line 278: x_debug_filename := WF_ENGINE.GetItemAttrText

274: , '.DEBUG_OUTPUT_DIR'
275: );
276:
277: -- Get Debug File Name
278: x_debug_filename := WF_ENGINE.GetItemAttrText
279: ( p_item_type
280: , p_item_key
281: , '.DEBUG_FILE_NAME'
282: );