DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on EAM_MATERIAL_ALLOCQTY_PKG

Line 582: l_allocated := EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(

578: WHERE inventory_item_id = p_eam_mat_req_rec.inventory_item_id
579: AND organization_id = p_eam_mat_req_rec.organization_id;
580:
581: IF(p_eam_mat_req_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_DELETE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) THEN
582: l_allocated := EAM_MATERIAL_ALLOCQTY_PKG.allocated_quantity(
583: p_eam_mat_req_rec.wip_entity_id,
584: p_eam_mat_req_rec.operation_seq_num,
585: p_eam_mat_req_rec.organization_id,
586: p_eam_mat_req_rec.inventory_item_id);