DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on ENG_CHANGE_ROUTE_UTIL

Line 17184: -- When Eng_Change_Route_Util.COPY_ROUTE, it only copied role_id or group_id, but not doing the people assginment.

17180: l_msg_data varchar2(1000);
17181: l_classification_code VARCHAR2(150);
17182:
17183: -- Get the copied role id or group id of Role/Group type as Route assignee
17184: -- When Eng_Change_Route_Util.COPY_ROUTE, it only copied role_id or group_id, but not doing the people assginment.
17185: -- Hence, we need to find out these id to do people assignment
17186: CURSOR C_GET_ROUTE_STEP_ASSIGNEE(cp_route_id IN NUMBER) IS
17187: SELECT *
17188: FROM ENG_CHANGE_ROUTE_PEOPLE

Line 17233: Eng_Change_Route_Util.COPY_ROUTE(X_TO_ROUTE_ID => l_to_route_id,

17229: C_CHANGES_REC.CHANGE_WF_ROUTE_TEMPLATE_ID);
17230: END IF;
17231:
17232: --This is a Oracle API which will copy the Routes needed
17233: Eng_Change_Route_Util.COPY_ROUTE(X_TO_ROUTE_ID => l_to_route_id,
17234: P_FROM_ROUTE_ID => C_CHANGES_REC.CHANGE_WF_ROUTE_TEMPLATE_ID,
17235: P_USER_ID => FND_GLOBAL.USER_ID,
17236: P_API_CALLER => NULL);
17237: