DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on ENG_CHANGE_ROUTE_PEOPLE_UTIL

Line 8474: Write_Debug('Calling Eng_Change_Route_People_Util.UPDATE_ROW - Route People Id: ' || l_route_people_id ) ;

8470: * if we use UPDATE_ROW api, the response is only updated with
8471: * the lang record used while responding to ntf
8472:
8473: IF g_debug_flag THEN
8474: Write_Debug('Calling Eng_Change_Route_People_Util.UPDATE_ROW - Route People Id: ' || l_route_people_id ) ;
8475: END IF ;
8476:
8477: Eng_Change_Route_People_Util.UPDATE_ROW
8478: ( X_ROUTE_PEOPLE_ID => l_route_people_id ,

Line 8477: Eng_Change_Route_People_Util.UPDATE_ROW

8473: IF g_debug_flag THEN
8474: Write_Debug('Calling Eng_Change_Route_People_Util.UPDATE_ROW - Route People Id: ' || l_route_people_id ) ;
8475: END IF ;
8476:
8477: Eng_Change_Route_People_Util.UPDATE_ROW
8478: ( X_ROUTE_PEOPLE_ID => l_route_people_id ,
8479: X_REQUEST_ID => null ,
8480: X_ORIGINAL_SYSTEM_REFERENCE => null ,
8481: X_ASSIGNEE_ID => l_performer_party_id ,

Line 13384: Eng_Change_Route_People_Util.INSERT_ROW

13380: END IF ;
13381:
13382: select ENG_CHANGE_ROUTE_PEOPLE_S.nextval into l_new_route_people_id from dual;
13383:
13384: Eng_Change_Route_People_Util.INSERT_ROW
13385: (
13386: X_ROWID => l_rowid,
13387: X_ROUTE_PEOPLE_ID => l_new_route_people_id ,
13388: X_STEP_ID => l_step_id ,