DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on FND_PROFILE

Line 1693: fnd_profile.get('AFLOG_ENABLED',logging_enabled);

1689: begin
1690: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1691: ecx_debug.g_v_module_name := 'ecx.plsql.';
1692: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1693: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1694: fnd_profile.get('AFLOG_MODULE',module);
1695: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1696: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1697: OR module='%')

Line 1694: fnd_profile.get('AFLOG_MODULE',module);

1690: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1691: ecx_debug.g_v_module_name := 'ecx.plsql.';
1692: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1693: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1694: fnd_profile.get('AFLOG_MODULE',module);
1695: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1696: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1697: OR module='%')
1698: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then

Line 1802: fnd_profile.get('AFLOG_ENABLED',logging_enabled);

1798: g_instlmode := wf_core.translate('WF_INSTALL');
1799:
1800: if(g_instlmode = 'EMBEDDED')
1801: then
1802: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1803: fnd_profile.get('AFLOG_MODULE',module);
1804: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1805: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1806: OR module='%')

Line 1803: fnd_profile.get('AFLOG_MODULE',module);

1799:
1800: if(g_instlmode = 'EMBEDDED')
1801: then
1802: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1803: fnd_profile.get('AFLOG_MODULE',module);
1804: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1805: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1806: OR module='%')
1807: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then