DBA Data[Home] [Help]

APPS.EAM_RES_UTILITY_PVT dependencies on EAM_AUTOMATICEST

Line 280: EAM_AutomaticEst.Auto_Reest_of_Cost(

276:
277: x_return_status := FND_API.G_RET_STS_SUCCESS;
278:
279: -- API is called to set the estimation_status
280: EAM_AutomaticEst.Auto_Reest_of_Cost(
281: p_wip_entity_id => p_eam_res_rec.wip_entity_id,
282: p_api_name => 'EAM',
283: p_req_line_id => NULL,
284: p_po_dist_id => NULL,

Line 402: EAM_AutomaticEst.Auto_Reest_of_Cost(

398: -- comparing new usage rate with existing
399: IF ( p_eam_res_rec.usage_rate_or_amount <> l_usage_rate_or_amount )THEN
400:
401: -- API is called to set the estimation_status
402: EAM_AutomaticEst.Auto_Reest_of_Cost(
403: p_wip_entity_id => p_eam_res_rec.wip_entity_id,
404: p_api_name => 'EAM',
405: p_req_line_id => NULL,
406: p_po_dist_id => NULL,

Line 476: EAM_AutomaticEst.Auto_Reest_of_Cost(

472: x_mesg_token_tbl := l_mesg_token_tbl;
473: -- x_return_status := FND_API.G_RET_STS_SUCCESS;
474:
475: -- API is called to set the estimation_status
476: EAM_AutomaticEst.Auto_Reest_of_Cost(
477: p_wip_entity_id => p_eam_res_rec.wip_entity_id,
478: p_api_name => 'EAM',
479: p_req_line_id => NULL,
480: p_po_dist_id => NULL,