DBA Data[Home] [Help]

APPS.EAM_DIRECT_ITEMS_UTILITY_PVT dependencies on EAM_AUTOMATICEST

Line 270: EAM_AutomaticEst.Auto_Reest_of_Cost(

266: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug ('Creating new Direct Items') ; END IF;
267:
268: x_return_status := FND_API.G_RET_STS_SUCCESS;
269: -- API is called to set the estimation_status
270: EAM_AutomaticEst.Auto_Reest_of_Cost(
271: p_wip_entity_id =>p_eam_direct_items_rec.wip_entity_id,
272: p_api_name => 'EAM',
273: p_req_line_id => NULL,
274: p_po_dist_id => NULL,

Line 387: EAM_AutomaticEst.Auto_Reest_of_Cost(

383: -- comparing new quantity with existing quantity
384: IF ( p_eam_direct_items_rec.required_quantity <> l_req_qty )THEN
385:
386: -- API is called to set the estimation_status
387: EAM_AutomaticEst.Auto_Reest_of_Cost(
388: p_wip_entity_id => p_eam_direct_items_rec.wip_entity_id,
389: p_api_name => 'EAM',
390: p_req_line_id => NULL,
391: p_po_dist_id => NULL,

Line 439: EAM_AutomaticEst.Auto_Reest_of_Cost(

435:
436: x_return_status := FND_API.G_RET_STS_SUCCESS;
437:
438: -- API is called to set the estimation_status
439: EAM_AutomaticEst.Auto_Reest_of_Cost(
440: p_wip_entity_id => p_eam_direct_items_rec.wip_entity_id,
441: p_api_name => 'EAM',
442: p_req_line_id => NULL,
443: p_po_dist_id => NULL,