DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on FND_PROFILE

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

1724: begin
1725: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1726: ecx_debug.g_v_module_name := 'ecx.plsql.';
1727: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1728: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1729: fnd_profile.get('AFLOG_MODULE',module);
1730: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1731: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1732: OR module='%')

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

1725: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1726: ecx_debug.g_v_module_name := 'ecx.plsql.';
1727: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1728: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1729: fnd_profile.get('AFLOG_MODULE',module);
1730: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1731: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1732: OR module='%')
1733: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then

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

1833: g_instlmode := wf_core.translate('WF_INSTALL');
1834:
1835: if(g_instlmode = 'EMBEDDED')
1836: then
1837: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1838: fnd_profile.get('AFLOG_MODULE',module);
1839: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1840: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1841: OR module='%')

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

1834:
1835: if(g_instlmode = 'EMBEDDED')
1836: then
1837: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
1838: fnd_profile.get('AFLOG_MODULE',module);
1839: if(logging_enabled = 'Y' AND ((lower(module) like 'ecx%'
1840: AND instr(lower(ecx_debug.g_v_module_name),rtrim(lower(module),'%'))> 0)
1841: OR module='%')
1842: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then