DBA Data[Home] [Help]

APPS.EGO_PUB_FWK_PK dependencies on FND_FUNCTION

Line 2013: ,p_message => 'call fnd_function.test ');

2009: end;
2010:
2011: EGO_COMMON_PVT.WRITE_DIAGNOSTIC(p_log_level => FND_LOG.LEVEL_PROCEDURE
2012: ,p_module => l_module_name
2013: ,p_message => 'call fnd_function.test ');
2014:
2015: if fnd_function.test(function_name => l_func_name) then
2016: return ;
2017: else

Line 2015: if fnd_function.test(function_name => l_func_name) then

2011: EGO_COMMON_PVT.WRITE_DIAGNOSTIC(p_log_level => FND_LOG.LEVEL_PROCEDURE
2012: ,p_module => l_module_name
2013: ,p_message => 'call fnd_function.test ');
2014:
2015: if fnd_function.test(function_name => l_func_name) then
2016: return ;
2017: else
2018: x_return_status := FND_API.G_RET_STS_ERROR;
2019: EGO_UTIL_PK.put_fnd_stack_msg (p_appln_short_name=>'EGO'