DBA Data[Home] [Help]

APPS.XNP_TIMER_STANDARD dependencies on XNP_MESSAGE

Line 37: l_pkg_name := XNP_MESSAGE.g_pkg_prefix || p_timer_code || XNP_MESSAGE.g_pkg_suffix;

33: -- The following line was added to fix bug 1650369
34: -- By Anping Wang
35: -- 02/20/2001
36:
37: l_pkg_name := XNP_MESSAGE.g_pkg_prefix || p_timer_code || XNP_MESSAGE.g_pkg_suffix;
38: l_PROC_CALL :=
39: 'BEGIN
40: '||l_pkg_name||'.fire(' ||
41: ':l_message_id' ||