DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on CSTPECEP

Line 7226: CSTPECEP.Estimate_WorkOrder_Grp(

7222: AND organization_id=l_eam_wo_rec.organization_id;
7223:
7224: if(l_estimation_staus = 7) then
7225: l_already_estimated := 'Y';
7226: CSTPECEP.Estimate_WorkOrder_Grp(
7227: p_api_version => 1.0,
7228: p_init_msg_list => fnd_api.g_false,
7229: p_commit => fnd_api.g_false,
7230: p_validation_level => fnd_api.g_valid_level_full,

Line 7238: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.WORK_ORDER : After call CSTPECEP.Estimate_WorkOrder_Grp to delete existing estimate. status :' ||l_return_status) ; END IF;

7234: x_msg_data => l_err_text,
7235: x_msg_count => l_msg_count,
7236: p_delete_only => 'Y');
7237:
7238: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.WORK_ORDER : After call CSTPECEP.Estimate_WorkOrder_Grp to delete existing estimate. status :' ||l_return_status) ; END IF;
7239: end if;
7240:
7241: -- deleting earlier failure data if exists
7242:

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

9070: else
9071:
9072:
9073:
9074: --Set the workorder's estimation status to 'Running' and call online cost estimation API CSTPECEP.Estimate_WorkOrder_Grp
9075: UPDATE WIP_DISCRETE_JOBS
9076: SET estimation_status = 2,
9077: last_update_date = SYSDATE,
9078: last_updated_by = FND_GLOBAL.User_Id,

Line 9085: CSTPECEP.Estimate_WorkOrder_Grp(

9081: AND organization_id=l_eam_wo_rec.organization_id;
9082:
9083: BEGIN
9084: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('EAM_PROCESS_WO_PVT.WORK_ORDER : Calling the Estimate_Workorder_Grp procedure ...') ; END IF ;
9085: CSTPECEP.Estimate_WorkOrder_Grp(
9086: p_api_version => 1.0,
9087: p_init_msg_list => fnd_api.g_false,
9088: p_commit => fnd_api.g_false,
9089: p_validation_level => fnd_api.g_valid_level_full,