DBA Data[Home] [Help]

APPS.ENG_CHANGE_ACTIONS_UTIL dependencies on ENG_CHANGE_BES_UTIL

Line 355: ENG_CHANGE_BES_UTIL.Raise_Post_Comment_Event

351:
352: IF p_action_type = G_ACT_REPLIED
353: THEN
354:
355: ENG_CHANGE_BES_UTIL.Raise_Post_Comment_Event
356: ( p_change_id => p_object_id1
357: ,p_action_type => p_action_type
358: ,p_action_id => l_new_action_id
359: );

Line 362: Write_Debug('After calling ENG_CHANGE_BES_UTIL.Raise_Post_Comment_Event. .. ' );

358: ,p_action_id => l_new_action_id
359: );
360:
361: IF g_debug_flag THEN
362: Write_Debug('After calling ENG_CHANGE_BES_UTIL.Raise_Post_Comment_Event. .. ' );
363: END IF ;
364:
365:
366: END IF ;