DBA Data[Home] [Help]

APPS.ENG_CHANGE_ACTIONS_UTIL dependencies on WF_ENGINE

Line 124: l_debug_flag := WF_ENGINE.GetItemAttrText

120:
121: BEGIN
122:
123: -- Get Debug Flag
124: l_debug_flag := WF_ENGINE.GetItemAttrText
125: ( p_item_type
126: , p_item_key
127: , '.DEBUG_FLAG'
128: );

Line 136: x_output_dir := WF_ENGINE.GetItemAttrText

132: END IF ;
133:
134:
135: -- Get Debug Output Directory
136: x_output_dir := WF_ENGINE.GetItemAttrText
137: ( p_item_type
138: , p_item_key
139: , '.DEBUG_OUTPUT_DIR'
140: );

Line 144: x_debug_filename := WF_ENGINE.GetItemAttrText

140: );
141:
142:
143: -- Get Debug File Name
144: x_debug_filename := WF_ENGINE.GetItemAttrText
145: ( p_item_type
146: , p_item_key
147: , '.DEBUG_FILE_NAME'
148: );