DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_UTILITY_PVT dependencies on EAM_AUTOMATICEST

Line 335: EAM_AutomaticEst.Auto_Reest_of_Cost(

331: -- bug number 2251186
332: -- API is called to set the estimation_status
333: --added for 3658112.do not call for unplanned materials
334: IF(p_eam_mat_req_rec.released_quantity is null OR p_eam_mat_req_rec.released_quantity<>0) THEN
335: EAM_AutomaticEst.Auto_Reest_of_Cost(
336: p_wip_entity_id => p_eam_mat_req_rec.wip_entity_id,
337: p_api_name => 'EAM',
338: p_req_line_id => NULL,
339: p_po_dist_id => NULL,

Line 455: EAM_AutomaticEst.Auto_Reest_of_Cost(

451: -- comparing new quantity with existing quantity
452: IF ( p_eam_mat_req_rec.required_quantity <> l_req_qty )THEN
453:
454: -- API is called to set the estimation_status
455: EAM_AutomaticEst.Auto_Reest_of_Cost(
456: p_wip_entity_id => p_eam_mat_req_rec.wip_entity_id,
457: p_api_name => 'EAM',
458: p_req_line_id => NULL,
459: p_po_dist_id => NULL,

Line 514: EAM_AutomaticEst.Auto_Reest_of_Cost(

510:
511: --added for 3658112.do not call for unplanned materials
512: IF(p_eam_mat_req_rec.released_quantity is null OR p_eam_mat_req_rec.released_quantity<>0) THEN
513: -- API is called to set the estimation_status
514: EAM_AutomaticEst.Auto_Reest_of_Cost(
515: p_wip_entity_id => p_eam_mat_req_rec.wip_entity_id,
516: p_api_name => 'EAM',
517: p_req_line_id => NULL,
518: p_po_dist_id => NULL,