DBA Data[Home] [Help]

APPS.EAM_ISOLATION_WORKFLOW_PVT dependencies on FND_PROFILE

Line 189: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')

185: , p_isolated_asset_tbl => l_isolated_asset_tbl
186: , x_isolation_id => l_isolation_id
187: , x_return_status => l_return_status
188: , x_msg_count => l_msg_count
189: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
190: , p_output_dir => l_output_dir
191: , p_debug_filename => 'workflowisolationapproved.log'
192: , p_debug_file_mode => 'W'
193: );

Line 295: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')

291: , p_isolated_asset_tbl => l_isolated_asset_tbl
292: , x_isolation_id => l_isolation_id
293: , x_return_status => l_return_status
294: , x_msg_count => l_msg_count
295: , p_debug => NVL(fnd_profile.value('EAM_DEBUG'), 'N')
296: , p_output_dir => l_output_dir
297: , p_debug_filename => 'workflowisolationapproved.log'
298: , p_debug_file_mode => 'W'
299: );