DBA Data[Home] [Help]

APPS.ENG_CHANGE_ACTIONS_UTIL dependencies on ENG_CHANGE_BES_UTIL

Line 356: ENG_CHANGE_BES_UTIL.Raise_Post_Comment_Event

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

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

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