DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on ENG_CHANGE_ACTIONS_UTIL

Line 4498: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

4494: IF g_debug_flag THEN
4495: Write_Debug('Create Line Status Action Log. . .. ' );
4496: END IF ;
4497:
4498: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
4499: ( p_api_version => 1.0
4500: , x_return_status => l_return_status
4501: , x_msg_count => l_msg_count
4502: , x_msg_data => l_msg_data

Line 7684: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;

7680: l_performer_user_id := ntf_rec.user_id ;
7681:
7682: END LOOP ;
7683: IF g_debug_flag THEN
7684: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7685: END IF ;
7686:
7687:
7688: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

Line 7688: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

7684: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7685: END IF ;
7686:
7687:
7688: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
7689: ( p_api_version => 1.0
7690: , x_return_status => x_return_status
7691: , x_msg_count => x_msg_count
7692: , x_msg_data => x_msg_data

Line 7714: Write_Debug('After call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;

7710: );
7711:
7712:
7713: IF g_debug_flag THEN
7714: Write_Debug('After call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7715: Write_Debug('Return Status: ' || x_return_status ) ;
7716: Write_Debug('Return Message: ' || x_msg_data ) ;
7717: Write_Debug('Created Action id: ' || to_char(x_action_id ) ) ;
7718: END IF ;

Line 7851: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;

7847: END IF ;
7848:
7849:
7850: IF g_debug_flag THEN
7851: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7852: END IF ;
7853:
7854: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
7855: ( p_api_version => 1.0

Line 7854: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action

7850: IF g_debug_flag THEN
7851: Write_Debug('Before call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7852: END IF ;
7853:
7854: ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action
7855: ( p_api_version => 1.0
7856: , x_return_status => x_return_status
7857: , x_msg_count => x_msg_count
7858: , x_msg_data => x_msg_data

Line 7881: Write_Debug('After call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;

7877: );
7878:
7879:
7880: IF g_debug_flag THEN
7881: Write_Debug('After call ENG_CHANGE_ACTIONS_UTIL.Create_Change_Action ' ) ;
7882: Write_Debug('Return Status: ' || x_return_status ) ;
7883: Write_Debug('Return Message: ' || x_msg_data ) ;
7884: Write_Debug('Created Action id: ' || to_char(x_action_id ) ) ;
7885: END IF ;