DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on CSTPECEP

Line 8524: --Set the workorder's estimation status to 'Running' and call online cost estimation API CSTPECEP.Estimate_WorkOrder_Grp

8520: else
8521:
8522:
8523:
8524: --Set the workorder's estimation status to 'Running' and call online cost estimation API CSTPECEP.Estimate_WorkOrder_Grp
8525: UPDATE WIP_DISCRETE_JOBS
8526: SET estimation_status = 2,
8527: last_update_date = SYSDATE,
8528: last_updated_by = FND_GLOBAL.User_Id,

Line 8535: CSTPECEP.Estimate_WorkOrder_Grp(

8531: AND organization_id=l_eam_wo_rec.organization_id;
8532:
8533: BEGIN
8534: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling the Estimate_Workorder_Grp procedure ...') ; END IF ;
8535: CSTPECEP.Estimate_WorkOrder_Grp(
8536: p_api_version => 1.0,
8537: p_init_msg_list => fnd_api.g_false,
8538: p_commit => fnd_api.g_false,
8539: p_validation_level => fnd_api.g_valid_level_full,