DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on ENG_CHANGE_ROUTE_PEOPLE_UTIL

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

8539: * if we use UPDATE_ROW api, the response is only updated with
8540: * the lang record used while responding to ntf
8541:
8542: IF g_debug_flag THEN
8543: Write_Debug('Calling Eng_Change_Route_People_Util.UPDATE_ROW - Route People Id: ' || l_route_people_id ) ;
8544: END IF ;
8545:
8546: Eng_Change_Route_People_Util.UPDATE_ROW
8547: ( X_ROUTE_PEOPLE_ID => l_route_people_id ,

Line 8546: Eng_Change_Route_People_Util.UPDATE_ROW

8542: IF g_debug_flag THEN
8543: Write_Debug('Calling Eng_Change_Route_People_Util.UPDATE_ROW - Route People Id: ' || l_route_people_id ) ;
8544: END IF ;
8545:
8546: Eng_Change_Route_People_Util.UPDATE_ROW
8547: ( X_ROUTE_PEOPLE_ID => l_route_people_id ,
8548: X_REQUEST_ID => null ,
8549: X_ORIGINAL_SYSTEM_REFERENCE => null ,
8550: X_ASSIGNEE_ID => l_performer_party_id ,

Line 13529: Eng_Change_Route_People_Util.INSERT_ROW

13525: END IF ;
13526:
13527: select ENG_CHANGE_ROUTE_PEOPLE_S.nextval into l_new_route_people_id from dual;
13528:
13529: Eng_Change_Route_People_Util.INSERT_ROW
13530: (
13531: X_ROWID => l_rowid,
13532: X_ROUTE_PEOPLE_ID => l_new_route_people_id ,
13533: X_STEP_ID => l_step_id ,